#D83686

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

Shades of Deep Cerise #D83686

Tints of Deep Cerise #D83686

Color information

#D83686 (or 0xD83686) is unknown color: approx Deep Cerise. HEX triplet: D8, 36 and 86. RGB value is (216,54,134). Sum of RGB (Red+Green+Blue) = 216+54+134=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D83686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83686 is #27C979. Grayscale: #6F6F6F. Windows color (decimal): -2607482 or 8795864. OLE color: 8795864.

HSL color Cylindrical-coordinate representation of color #D83686: hue angle of 330.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D83686 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB21654134-
CMYK00.750.380.15
HSL330.37º67.5%52.94%-
HSV(B)330.37º75%84.71%-
XYZ33.9418.9624.42-
YUV111.56140.67202.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.47%
GREEN value IS 54 (21.48% from 255) = 13.37%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=53.47%
G=13.37%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2165413400.750.380.15330.3767.552.94
HexD8368604B26F14a4435
Octal330662060113461751210465
Binary11011000110110100001100100101110011011111010010101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83686; }

 p { color: rgb(216,54,134); }

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

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

 a { background-color: rgb(216,54,134); }

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

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

 span { border-color: rgb(216,54,134); }

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