#D83F85

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

Shades of Deep Cerise #D83F85

Tints of Deep Cerise #D83F85

Color information

#D83F85 (or 0xD83F85) is unknown color: approx Deep Cerise. HEX triplet: D8, 3F and 85. RGB value is (216,63,133). Sum of RGB (Red+Green+Blue) = 216+63+133=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83F85 is #27C07A. Grayscale: #747474. Windows color (decimal): -2605179 or 8732632. OLE color: 8732632.

HSL color Cylindrical-coordinate representation of color #D83F85: hue angle of 332.55º 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 #D83F85 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB21663133-
CMYK00.710.380.15
HSL332.55º66.23%54.71%-
HSV(B)332.55º70.83%84.71%-
XYZ34.3319.8524.21-
YUV116.73137.19198.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.43%
GREEN value IS 63 (25% from 255) = 15.29%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=52.43%
G=15.29%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166313300.710.380.15332.5566.2354.71
HexD83F8504726F14d4237
Octal330772050107461751510267
Binary11011000111111100001010100011110011011111010011011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83F85; }

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

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

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

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

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

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

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

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