Html Css Color HEX #D9379D Deep Cerise

📋 copy color: '#D9379D'

red 217 ◦ green 55 ◦ blue 157

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

Shades of Deep Cerise #D9379D

Tints of Deep Cerise #D9379D

RGB

 RED value IS 217 (85.16% from 255) = 50.58%

 GREEN value IS 55 (21.88% from 255) = 12.82%

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 50.58%
G = 12.82%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9379D (or 0xD9379D) is known color: Deep Cerise. HEX triplet: D9, 37 and 9D. RGB value is (217,55,157). Sum of RGB (Red+Green+Blue) = 217+55+157=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9379D is #26C862. Grayscale: #727272. Windows color (decimal): -2541667 or 10303449. OLE color: 10303449.

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

Color convert

RGB 217 55 157 -
CMYK 0 0.75 0.28 0.15
HSL 322.22º 0.68% 0.53% -
HSV(B) 322.22º 0.75% 0.85% -
XYZ 36.07 19.92 33.84 -
YUV 115.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 217 55 157 0 0.75 0.28 0.15 322.22 0.68 0.53
Hex D9 37 9D 0 4B 1C F 142 44 35
Octal 331 67 235 0 113 34 17 502 104 65
Binary 11011001 110111 10011101 0 1001011 11100 1111 101000010 1000100 110101

Color Harmonies of #D9379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9379D

Black with #D9379D

Text Example


Text Example

White with #D9379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9379D; }

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

 H1.HeaderClassName
 {
   color: #D9379D;
 }
 .AnyTagClassName
 {
   color: #D9379D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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