Html Css Color HEX #DD40A2 Deep Cerise

📋 copy color: '#DD40A2'

red 221 ◦ green 64 ◦ blue 162

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

Shades of Deep Cerise #DD40A2

Tints of Deep Cerise #DD40A2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.32%

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

R = 49.44%
G = 14.32%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD40A2 (or 0xDD40A2) is known color: Deep Cerise. HEX triplet: DD, 40 and A2. RGB value is (221,64,162). Sum of RGB (Red+Green+Blue) = 221+64+162=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD40A2 is #22BF5D. Grayscale: #797979. Windows color (decimal): -2277214 or 10633437. OLE color: 10633437.

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

Color convert

RGB 221 64 162 -
CMYK 0 0.71 0.27 0.13
HSL 322.55º 0.7% 0.56% -
HSV(B) 322.55º 0.71% 0.87% -
XYZ 38.17 21.65 36.35 -
YUV 122.12 150.51 198.53 -
System Red Green Blue C M Y K H S L
Decimal 221 64 162 0 0.71 0.27 0.13 322.55 0.7 0.56
Hex DD 40 A2 0 47 1B D 143 46 38
Octal 335 100 242 0 107 33 15 503 106 70
Binary 11011101 1000000 10100010 0 1000111 11011 1101 101000011 1000110 111000

Color Harmonies of #DD40A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD40A2

Black with #DD40A2

Text Example


Text Example

White with #DD40A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD40A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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