#D256CC

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

Shades of Fuchsia #D256CC

Tints of Fuchsia #D256CC

Color information

#D256CC (or 0xD256CC) is unknown color: approx Fuchsia. HEX triplet: D2, 56 and CC. RGB value is (210,86,204). Sum of RGB (Red+Green+Blue) = 210+86+204=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D256CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256CC is #2DA933. Grayscale: #888888. Windows color (decimal): -2992436 or 13391570. OLE color: 13391570.

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

Color convert

RGB21086204-
CMYK00.590.030.18
HSL302.9º57.94%58.04%-
HSV(B)302.9º59.05%82.35%-
XYZ40.8124.7259.75-
YUV136.53166.08180.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 86 (33.98% from 255) = 17.2%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=42%
G=17.2%
B=40.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108620400.590.030.18302.957.9458.04
HexD256CC03B31212f3a3a
Octal3221263140733224577272
Binary1101001010101101100110001110111110010100101111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D256CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D256CC; }

 p { color: rgb(210,86,204); }

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

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

 a { background-color: rgb(210,86,204); }

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

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

 span { border-color: rgb(210,86,204); }

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