#D9408B

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

Shades of Deep Cerise #D9408B

Tints of Deep Cerise #D9408B

Color information

#D9408B (or 0xD9408B) is unknown color: approx Deep Cerise. HEX triplet: D9, 40 and 8B. RGB value is (217,64,139). Sum of RGB (Red+Green+Blue) = 217+64+139=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D9408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9408B is #26BF74. Grayscale: #767676. Windows color (decimal): -2539381 or 9126105. OLE color: 9126105.

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

Color convert

RGB21764139-
CMYK00.710.360.15
HSL330.59º66.81%55.1%-
HSV(B)330.59º70.51%85.1%-
XYZ35.1120.2826.49-
YUV118.3139.69198.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.67%
GREEN value IS 64 (25.39% from 255) = 15.24%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=51.67%
G=15.24%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176413900.710.360.15330.5966.8155.1
HexD9408B04724F14b4337
Octal3311002130107441751310367
Binary110110011000000100010110100011110010011111010010111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9408B; }

 p { color: rgb(217,64,139); }

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

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

 a { background-color: rgb(217,64,139); }

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

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

 span { border-color: rgb(217,64,139); }

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