#D83F91

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

Shades of Deep Cerise #D83F91

Tints of Deep Cerise #D83F91

Color information

#D83F91 (or 0xD83F91) is unknown color: approx Deep Cerise. HEX triplet: D8, 3F and 91. RGB value is (216,63,145). Sum of RGB (Red+Green+Blue) = 216+63+145=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83F91 is #27C06E. Grayscale: #757575. Windows color (decimal): -2605167 or 9519064. OLE color: 9519064.

HSL color Cylindrical-coordinate representation of color #D83F91: hue angle of 327.84º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83F91 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB21663145-
CMYK00.710.330.15
HSL327.84º66.23%54.71%-
HSV(B)327.84º70.83%84.71%-
XYZ35.2120.228.83-
YUV118.1143.19197.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.94%
GREEN value IS 63 (25% from 255) = 14.86%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=50.94%
G=14.86%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166314500.710.330.15327.8466.2354.71
HexD83F9104721F1484237
Octal330772210107411751010267
Binary11011000111111100100010100011110000111111010010001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83F91; }

 p { color: rgb(216,63,145); }

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

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

 a { background-color: rgb(216,63,145); }

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

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

 span { border-color: rgb(216,63,145); }

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