Html Css Color HEX #D9369C Deep Cerise

📋 copy color: '#D9369C'

red 217 ◦ green 54 ◦ blue 156

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

Shades of Deep Cerise #D9369C

Tints of Deep Cerise #D9369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.65%

 BLUE value IS 156 (61.33% from 255) = 36.53%

R = 50.82%
G = 12.65%
B = 36.53%

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

#D9369C (or 0xD9369C) is known color: Deep Cerise. HEX triplet: D9, 36 and 9C. RGB value is (217,54,156). Sum of RGB (Red+Green+Blue) = 217+54+156=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9369C is #26C963. Grayscale: #727272. Windows color (decimal): -2541924 or 10237657. OLE color: 10237657.

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

Color convert

RGB 217 54 156 -
CMYK 0 0.75 0.28 0.15
HSL 322.45º 0.68% 0.53% -
HSV(B) 322.45º 0.75% 0.85% -
XYZ 35.94 19.79 33.38 -
YUV 114.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 217 54 156 0 0.75 0.28 0.15 322.45 0.68 0.53
Hex D9 36 9C 0 4B 1C F 142 44 35
Octal 331 66 234 0 113 34 17 502 104 65
Binary 11011001 110110 10011100 0 1001011 11100 1111 101000010 1000100 110101

Color Harmonies of #D9369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9369C

Black with #D9369C

Text Example


Text Example

White with #D9369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9369C; }

 p { color: rgb(217,54,156); }

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

background-color css

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

 a { background-color: rgb(217,54,156); }

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

border-color css

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

 span { border-color: rgb(217,54,156); }

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