Html Css Color HEX #DD3EAA Deep Cerise

📋 copy color: '#DD3EAA'

red 221 ◦ green 62 ◦ blue 170

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

Shades of Deep Cerise #DD3EAA

Tints of Deep Cerise #DD3EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.69%

 BLUE value IS 170 (66.8% from 255) = 37.53%

R = 48.79%
G = 13.69%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD3EAA (or 0xDD3EAA) is known color: Deep Cerise. HEX triplet: DD, 3E and AA. RGB value is (221,62,170). Sum of RGB (Red+Green+Blue) = 221+62+170=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3EAA is #22C155. Grayscale: #797979. Windows color (decimal): -2277718 or 11157213. OLE color: 11157213.

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

Color convert

RGB 221 62 170 -
CMYK 0 0.72 0.23 0.13
HSL 319.25º 0.7% 0.55% -
HSV(B) 319.25º 0.72% 0.87% -
XYZ 38.8 21.72 40.18 -
YUV 121.85 155.18 198.72 -
System Red Green Blue C M Y K H S L
Decimal 221 62 170 0 0.72 0.23 0.13 319.25 0.7 0.55
Hex DD 3E AA 0 48 17 D 13F 46 37
Octal 335 76 252 0 110 27 15 477 106 67
Binary 11011101 111110 10101010 0 1001000 10111 1101 100111111 1000110 110111

Color Harmonies of #DD3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3EAA

Black with #DD3EAA

Text Example


Text Example

White with #DD3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3EAA; }

 p { color: rgb(221,62,170); }

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

background-color css

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

 a { background-color: rgb(221,62,170); }

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

border-color css

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

 span { border-color: rgb(221,62,170); }

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