#D9379F

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

Shades of Deep Cerise #D9379F

Tints of Deep Cerise #D9379F

Color information

#D9379F (or 0xD9379F) is unknown color: approx Deep Cerise. HEX triplet: D9, 37 and 9F. RGB value is (217,55,159). Sum of RGB (Red+Green+Blue) = 217+55+159=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9379F is #26C860. Grayscale: #737373. Windows color (decimal): -2541665 or 10434521. OLE color: 10434521.

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

Color convert

RGB21755159-
CMYK00.750.270.15
HSL321.48º68.07%53.33%-
HSV(B)321.48º74.65%85.1%-
XYZ36.2419.9934.75-
YUV115.29152.67200.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.35%
GREEN value IS 55 (21.88% from 255) = 12.76%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=50.35%
G=12.76%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175515900.750.270.15321.4868.0753.33
HexD9379F04B1BF1414435
Octal331672370113331750110465
Binary1101100111011110011111010010111101111111010000011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9379F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9379F; }

 p { color: rgb(217,55,159); }

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

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

 a { background-color: rgb(217,55,159); }

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

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

 span { border-color: rgb(217,55,159); }

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