Html Css Color HEX #DD29A2 Deep Cerise

📋 copy color: '#DD29A2'

red 221 ◦ green 41 ◦ blue 162

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

Shades of Deep Cerise #DD29A2

Tints of Deep Cerise #DD29A2

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.67%

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 52.12%
G = 9.67%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD29A2 (or 0xDD29A2) is known color: Deep Cerise. HEX triplet: DD, 29 and A2. RGB value is (221,41,162). Sum of RGB (Red+Green+Blue) = 221+41+162=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD29A2 is #22D65D. Grayscale: #6C6C6C. Windows color (decimal): -2283102 or 10627549. OLE color: 10627549.

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

Color convert

RGB 221 41 162 -
CMYK 0 0.81 0.27 0.13
HSL 319.67º 0.73% 0.51% -
HSV(B) 319.67º 0.81% 0.87% -
XYZ 37.13 19.57 36 -
YUV 108.61 158.13 208.16 -
System Red Green Blue C M Y K H S L
Decimal 221 41 162 0 0.81 0.27 0.13 319.67 0.73 0.51
Hex DD 29 A2 0 51 1B D 140 49 33
Octal 335 51 242 0 121 33 15 500 111 63
Binary 11011101 101001 10100010 0 1010001 11011 1101 101000000 1001001 110011

Color Harmonies of #DD29A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29A2

Black with #DD29A2

Text Example


Text Example

White with #DD29A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29A2; }

 p { color: rgb(221,41,162); }

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

background-color css

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

 a { background-color: rgb(221,41,162); }

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

border-color css

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

 span { border-color: rgb(221,41,162); }

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