#D8408F

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

Shades of Deep Cerise #D8408F

Tints of Deep Cerise #D8408F

Color information

#D8408F (or 0xD8408F) is unknown color: approx Deep Cerise. HEX triplet: D8, 40 and 8F. RGB value is (216,64,143). Sum of RGB (Red+Green+Blue) = 216+64+143=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8408F is #27BF70. Grayscale: #767676. Windows color (decimal): -2604913 or 9388248. OLE color: 9388248.

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

Color convert

RGB21664143-
CMYK00.700.340.15
HSL328.82º66.09%54.9%-
HSV(B)328.82º70.37%84.71%-
XYZ35.1120.2528.04-
YUV118.45141.86197.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.06%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=51.06%
G=15.13%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166414300.700.340.15328.8266.0954.9
HexD8408F04622F1494237
Octal3301002170106421751110267
Binary110110001000000100011110100011010001011111010010011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8408F; }

 p { color: rgb(216,64,143); }

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

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

 a { background-color: rgb(216,64,143); }

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

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

 span { border-color: rgb(216,64,143); }

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