Html Css Color HEX #DD2478 Deep Cerise

📋 copy color: '#DD2478'

red 221 ◦ green 36 ◦ blue 120

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

Shades of Deep Cerise #DD2478

Tints of Deep Cerise #DD2478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.55%

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 58.62%
G = 9.55%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD2478 (or 0xDD2478) is known color: Deep Cerise. HEX triplet: DD, 24 and 78. RGB value is (221,36,120). Sum of RGB (Red+Green+Blue) = 221+36+120=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2478 is #22DB87. Grayscale: #646464. Windows color (decimal): -2284424 or 7873757. OLE color: 7873757.

HSL color Cylindrical-coordinate representation of color #DD2478: hue angle of 332.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2478 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 36 120 -
CMYK 0 0.84 0.46 0.13
HSL 332.76º 0.73% 0.5% -
HSV(B) 332.76º 0.84% 0.87% -
XYZ 33.84 17.99 19.46 -
YUV 100.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 221 36 120 0 0.84 0.46 0.13 332.76 0.73 0.5
Hex DD 24 78 0 54 2E D 14D 49 32
Octal 335 44 170 0 124 56 15 515 111 62
Binary 11011101 100100 1111000 0 1010100 101110 1101 101001101 1001001 110010

Color Harmonies of #DD2478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2478

Black with #DD2478

Text Example


Text Example

White with #DD2478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2478; }

 p { color: rgb(221,36,120); }

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

background-color css

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

 a { background-color: rgb(221,36,120); }

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

border-color css

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

 span { border-color: rgb(221,36,120); }

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