Html Css Color HEX #DD3AAA Deep Cerise

📋 copy color: '#DD3AAA'

red 221 ◦ green 58 ◦ blue 170

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

Shades of Deep Cerise #DD3AAA

Tints of Deep Cerise #DD3AAA

RGB

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

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

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

R = 49.22%
G = 12.92%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD3AAA (or 0xDD3AAA) is known color: Deep Cerise. HEX triplet: DD, 3A and AA. RGB value is (221,58,170). Sum of RGB (Red+Green+Blue) = 221+58+170=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3AAA is #22C555. Grayscale: #777777. Windows color (decimal): -2278742 or 11156189. OLE color: 11156189.

HSL color Cylindrical-coordinate representation of color #DD3AAA: hue angle of 318.77º 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 #DD3AAA is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 58 170 -
CMYK 0 0.74 0.23 0.13
HSL 318.77º 0.71% 0.55% -
HSV(B) 318.77º 0.74% 0.87% -
XYZ 38.59 21.3 40.11 -
YUV 119.51 156.5 200.39 -
System Red Green Blue C M Y K H S L
Decimal 221 58 170 0 0.74 0.23 0.13 318.77 0.71 0.55
Hex DD 3A AA 0 4A 17 D 13F 47 37
Octal 335 72 252 0 112 27 15 477 107 67
Binary 11011101 111010 10101010 0 1001010 10111 1101 100111111 1000111 110111

Color Harmonies of #DD3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3AAA

Black with #DD3AAA

Text Example


Text Example

White with #DD3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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