#D157CB

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

Shades of Fuchsia #D157CB

Tints of Fuchsia #D157CB

Color information

#D157CB (or 0xD157CB) is unknown color: approx Fuchsia. HEX triplet: D1, 57 and CB. RGB value is (209,87,203). Sum of RGB (Red+Green+Blue) = 209+87+203=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D157CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157CB is #2EA834. Grayscale: #888888. Windows color (decimal): -3057717 or 13326289. OLE color: 13326289.

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

Color convert

RGB20987203-
CMYK00.580.030.18
HSL302.95º57.01%58.04%-
HSV(B)302.95º58.37%81.96%-
XYZ40.4824.6859.13-
YUV136.7165.42179.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.88%
GREEN value IS 87 (34.38% from 255) = 17.43%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=41.88%
G=17.43%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098720300.580.030.18302.9557.0158.04
HexD157CB03A31212f393a
Octal3211273130723224577172
Binary1101000110101111100101101110101110010100101111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D157CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D157CB; }

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

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

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

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

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

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

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

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