Html Css Color HEX #D9379B Deep Cerise

📋 copy color: '#D9379B'

red 217 ◦ green 55 ◦ blue 155

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

Shades of Deep Cerise #D9379B

Tints of Deep Cerise #D9379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 50.82%
G = 12.88%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9379B (or 0xD9379B) is known color: Deep Cerise. HEX triplet: D9, 37 and 9B. RGB value is (217,55,155). Sum of RGB (Red+Green+Blue) = 217+55+155=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9379B is #26C864. Grayscale: #727272. Windows color (decimal): -2541669 or 10172377. OLE color: 10172377.

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

Color convert

RGB 217 55 155 -
CMYK 0 0.75 0.29 0.15
HSL 322.96º 0.68% 0.53% -
HSV(B) 322.96º 0.75% 0.85% -
XYZ 35.9 19.85 32.95 -
YUV 114.84 150.67 200.87 -
System Red Green Blue C M Y K H S L
Decimal 217 55 155 0 0.75 0.29 0.15 322.96 0.68 0.53
Hex D9 37 9B 0 4B 1D F 143 44 35
Octal 331 67 233 0 113 35 17 503 104 65
Binary 11011001 110111 10011011 0 1001011 11101 1111 101000011 1000100 110101

Color Harmonies of #D9379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9379B

Black with #D9379B

Text Example


Text Example

White with #D9379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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