#D063C4

Color #D063C4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D063C4

Tints of Fuchsia #D063C4

Color information

#D063C4 (or 0xD063C4) is unknown color: approx Fuchsia. HEX triplet: D0, 63 and C4. RGB value is (208,99,196). Sum of RGB (Red+Green+Blue) = 208+99+196=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D063C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063C4 is #2F9C3B. Grayscale: #8E8E8E. Windows color (decimal): -3120188 or 12870608. OLE color: 12870608.

HSL color Cylindrical-coordinate representation of color #D063C4: hue angle of 306.61º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D063C4 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB20899196-
CMYK00.520.060.18
HSL306.61º53.69%60.2%-
HSV(B)306.61º52.4%81.57%-
XYZ40.4426.3255.17-
YUV142.65158.11174.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 41.35%
GREEN value IS 99 (39.06% from 255) = 19.68%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=41.35%
G=19.68%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089919600.520.060.18306.6153.6960.2
HexD063C4034612133363c
Octal3201433040646224636674
Binary11010000110001111000100011010011010010100110011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D063C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D063C4; }

 p { color: rgb(208,99,196); }

 H1.HeaderClassName
 {
   color: #D063C4;
 }
 .AnyTagClassName
 {
   color: #D063C4;
 }
</style>
background-color css

<style>
 a { background-color: #D063C4; }

 a { background-color: rgb(208,99,196); }

 div.DivClassName
 {
   background-color: #D063C4;
 }
 .BgClassName
 {
   background-color: #D063C4;
 }
</style>
border-color css

<style>
 span { border-color: #D063C4; }

 span { border-color: rgb(208,99,196); }

 td.TdClassName
 {
   border-color: #D063C4;
 }
 .TagClassName
 {
   border-color: #D063C4;
 }
</style>