Html Css Color HEX #D9379F Deep Cerise

📋 copy color: '#D9379F'

red 217 ◦ green 55 ◦ blue 159

#D9379F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D9379F

Tints of Deep Cerise #D9379F

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 value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9379F (or 0xD9379F) is known color: 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

RGB 217 55 159 -
CMYK 0 0.75 0.27 0.15
HSL 321.48º 0.68% 0.53% -
HSV(B) 321.48º 0.75% 0.85% -
XYZ 36.24 19.99 34.75 -
YUV 115.29 152.67 200.54 -
System Red Green Blue C M Y K H S L
Decimal 217 55 159 0 0.75 0.27 0.15 321.48 0.68 0.53
Hex D9 37 9F 0 4B 1B F 141 44 35
Octal 331 67 237 0 113 33 17 501 104 65
Binary 11011001 110111 10011111 0 1001011 11011 1111 101000001 1000100 110101

Color Harmonies of #D9379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9379F

Black with #D9379F

Text Example


Text Example

White with #D9379F

Text Example


Text Example

HTML Codes & Css Web 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>