#D9279D

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

Shades of Deep Cerise #D9279D

Tints of Deep Cerise #D9279D

Color information

#D9279D (or 0xD9279D) is unknown color: approx Deep Cerise. HEX triplet: D9, 27 and 9D. RGB value is (217,39,157). Sum of RGB (Red+Green+Blue) = 217+39+157=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9279D is #26D862. Grayscale: #696969. Windows color (decimal): -2545763 or 10299353. OLE color: 10299353.

HSL color Cylindrical-coordinate representation of color #D9279D: hue angle of 320.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9279D is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB21739157-
CMYK00.820.280.15
HSL320.22º70.08%50.2%-
HSV(B)320.22º82.03%85.1%-
XYZ35.4318.6433.63-
YUV105.67156.97207.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.54%
GREEN value IS 39 (15.62% from 255) = 9.44%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=52.54%
G=9.44%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173915700.820.280.15320.2270.0850.2
HexD9279D0521CF1404632
Octal331472350122341750010662
Binary1101100110011110011101010100101110011111010000001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9279D; }

 p { color: rgb(217,39,157); }

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

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

 a { background-color: rgb(217,39,157); }

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

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

 span { border-color: rgb(217,39,157); }

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