Html Css Color HEX #DD2DA2 Deep Cerise

📋 copy color: '#DD2DA2'

red 221 ◦ green 45 ◦ blue 162

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

Shades of Deep Cerise #DD2DA2

Tints of Deep Cerise #DD2DA2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.51%

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

R = 51.64%
G = 10.51%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD2DA2 (or 0xDD2DA2) is known color: Deep Cerise. HEX triplet: DD, 2D and A2. RGB value is (221,45,162). Sum of RGB (Red+Green+Blue) = 221+45+162=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2DA2 is #22D25D. Grayscale: #6E6E6E. Windows color (decimal): -2282078 or 10628573. OLE color: 10628573.

HSL color Cylindrical-coordinate representation of color #DD2DA2: hue angle of 320.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2DA2 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 45 162 -
CMYK 0 0.80 0.27 0.13
HSL 320.11º 0.72% 0.52% -
HSV(B) 320.11º 0.8% 0.87% -
XYZ 37.28 19.86 36.05 -
YUV 110.96 156.81 206.49 -
System Red Green Blue C M Y K H S L
Decimal 221 45 162 0 0.80 0.27 0.13 320.11 0.72 0.52
Hex DD 2D A2 0 50 1B D 140 48 34
Octal 335 55 242 0 120 33 15 500 110 64
Binary 11011101 101101 10100010 0 1010000 11011 1101 101000000 1001000 110100

Color Harmonies of #DD2DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2DA2

Black with #DD2DA2

Text Example


Text Example

White with #DD2DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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