Html Css Color HEX #DD2474 Deep Cerise

📋 copy color: '#DD2474'

red 221 ◦ green 36 ◦ blue 116

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

Shades of Deep Cerise #DD2474

Tints of Deep Cerise #DD2474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 59.25%
G = 9.65%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD2474 (or 0xDD2474) is known color: Deep Cerise. HEX triplet: DD, 24 and 74. RGB value is (221,36,116). Sum of RGB (Red+Green+Blue) = 221+36+116=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2474 is #22DB8B. Grayscale: #646464. Windows color (decimal): -2284428 or 7611613. OLE color: 7611613.

HSL color Cylindrical-coordinate representation of color #DD2474: hue angle of 334.05º 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 #DD2474 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 36 116 -
CMYK 0 0.84 0.48 0.13
HSL 334.05º 0.73% 0.5% -
HSV(B) 334.05º 0.84% 0.87% -
XYZ 33.6 17.89 18.21 -
YUV 100.44 136.79 214 -
System Red Green Blue C M Y K H S L
Decimal 221 36 116 0 0.84 0.48 0.13 334.05 0.73 0.5
Hex DD 24 74 0 54 30 D 14E 49 32
Octal 335 44 164 0 124 60 15 516 111 62
Binary 11011101 100100 1110100 0 1010100 110000 1101 101001110 1001001 110010

Color Harmonies of #DD2474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2474

Black with #DD2474

Text Example


Text Example

White with #DD2474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2474; }

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

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

background-color css

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

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

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

border-color css

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

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

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