#D254C6

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

Shades of Fuchsia #D254C6

Tints of Fuchsia #D254C6

Color information

#D254C6 (or 0xD254C6) is unknown color: approx Fuchsia. HEX triplet: D2, 54 and C6. RGB value is (210,84,198). Sum of RGB (Red+Green+Blue) = 210+84+198=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D254C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254C6 is #2DAB39. Grayscale: #868686. Windows color (decimal): -2992954 or 12997842. OLE color: 12997842.

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

Color convert

RGB21084198-
CMYK00.60.060.18
HSL305.71º58.33%57.65%-
HSV(B)305.71º60%82.35%-
XYZ39.9424.1255.98-
YUV134.67163.74181.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 84 (33.20% from 255) = 17.07%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=42.68%
G=17.07%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108419800.60.060.18305.7158.3357.65
HexD254C603C6121323a3a
Octal3221243060746224627272
Binary11010010101010011000110011110011010010100110010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D254C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D254C6; }

 p { color: rgb(210,84,198); }

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

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

 a { background-color: rgb(210,84,198); }

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

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

 span { border-color: rgb(210,84,198); }

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