#D257CB

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

Shades of Fuchsia #D257CB

Tints of Fuchsia #D257CB

Color information

#D257CB (or 0xD257CB) is unknown color: approx Fuchsia. HEX triplet: D2, 57 and CB. RGB value is (210,87,203). Sum of RGB (Red+Green+Blue) = 210+87+203=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D257CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257CB is #2DA834. Grayscale: #888888. Windows color (decimal): -2992181 or 13326290. OLE color: 13326290.

HSL color Cylindrical-coordinate representation of color #D257CB: hue angle of 303.41º 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 #D257CB is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB21087203-
CMYK00.590.030.18
HSL303.41º57.75%58.24%-
HSV(B)303.41º58.57%82.35%-
XYZ40.7724.8359.14-
YUV137165.25180.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 87 (34.38% from 255) = 17.4%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=42%
G=17.4%
B=40.6%

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
Decimal2108720300.590.030.18303.4157.7558.24
HexD257CB03B31212f3a3a
Octal3221273130733224577272
Binary1101001010101111100101101110111110010100101111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D257CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D257CB; }

 p { color: rgb(210,87,203); }

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

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

 a { background-color: rgb(210,87,203); }

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

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

 span { border-color: rgb(210,87,203); }

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