Html Css Color HEX #DD24A0 Deep Cerise

📋 copy color: '#DD24A0'

red 221 ◦ green 36 ◦ blue 160

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

Shades of Deep Cerise #DD24A0

Tints of Deep Cerise #DD24A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 53%
G = 8.63%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD24A0 (or 0xDD24A0) is known color: Deep Cerise. HEX triplet: DD, 24 and A0. RGB value is (221,36,160). Sum of RGB (Red+Green+Blue) = 221+36+160=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD24A0 is #22DB5F. Grayscale: #696969. Windows color (decimal): -2284384 or 10495197. OLE color: 10495197.

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

Color convert

RGB 221 36 160 -
CMYK 0 0.84 0.28 0.13
HSL 319.78º 0.73% 0.5% -
HSV(B) 319.78º 0.84% 0.87% -
XYZ 36.79 19.17 35.02 -
YUV 105.45 158.79 210.42 -
System Red Green Blue C M Y K H S L
Decimal 221 36 160 0 0.84 0.28 0.13 319.78 0.73 0.5
Hex DD 24 A0 0 54 1C D 140 49 32
Octal 335 44 240 0 124 34 15 500 111 62
Binary 11011101 100100 10100000 0 1010100 11100 1101 101000000 1001001 110010

Color Harmonies of #DD24A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24A0

Black with #DD24A0

Text Example


Text Example

White with #DD24A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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