Html Css Color HEX #DD369C Deep Cerise

📋 copy color: '#DD369C'

red 221 ◦ green 54 ◦ blue 156

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

Shades of Deep Cerise #DD369C

Tints of Deep Cerise #DD369C

RGB

 RED value IS 221 (86.72% from 255) = 51.28%

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

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

R = 51.28%
G = 12.53%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD369C (or 0xDD369C) is known color: Deep Cerise. HEX triplet: DD, 36 and 9C. RGB value is (221,54,156). Sum of RGB (Red+Green+Blue) = 221+54+156=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD369C is #22C963. Grayscale: #737373. Windows color (decimal): -2279780 or 10237661. OLE color: 10237661.

HSL color Cylindrical-coordinate representation of color #DD369C: hue angle of 323.35º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD369C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 54 156 -
CMYK 0 0.76 0.29 0.13
HSL 323.35º 0.71% 0.54% -
HSV(B) 323.35º 0.76% 0.87% -
XYZ 37.14 20.41 33.43 -
YUV 115.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 221 54 156 0 0.76 0.29 0.13 323.35 0.71 0.54
Hex DD 36 9C 0 4C 1D D 143 47 36
Octal 335 66 234 0 114 35 15 503 107 66
Binary 11011101 110110 10011100 0 1001100 11101 1101 101000011 1000111 110110

Color Harmonies of #DD369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD369C

Black with #DD369C

Text Example


Text Example

White with #DD369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD369C; }

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

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

background-color css

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

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

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

border-color css

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

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

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