Html Css Color HEX #DD3AA2 Deep Cerise

📋 copy color: '#DD3AA2'

red 221 ◦ green 58 ◦ blue 162

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

Shades of Deep Cerise #DD3AA2

Tints of Deep Cerise #DD3AA2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.15%

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

R = 50.11%
G = 13.15%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD3AA2 (or 0xDD3AA2) is known color: Deep Cerise. HEX triplet: DD, 3A and A2. RGB value is (221,58,162). Sum of RGB (Red+Green+Blue) = 221+58+162=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3AA2 is #22C55D. Grayscale: #767676. Windows color (decimal): -2278750 or 10631901. OLE color: 10631901.

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

Color convert

RGB 221 58 162 -
CMYK 0 0.74 0.27 0.13
HSL 321.72º 0.71% 0.55% -
HSV(B) 321.72º 0.74% 0.87% -
XYZ 37.85 21.01 36.24 -
YUV 118.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 221 58 162 0 0.74 0.27 0.13 321.72 0.71 0.55
Hex DD 3A A2 0 4A 1B D 142 47 37
Octal 335 72 242 0 112 33 15 502 107 67
Binary 11011101 111010 10100010 0 1001010 11011 1101 101000010 1000111 110111

Color Harmonies of #DD3AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3AA2

Black with #DD3AA2

Text Example


Text Example

White with #DD3AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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