Html Css Color HEX #DD2AAA Persian Rose

📋 copy color: '#DD2AAA'

red 221 ◦ green 42 ◦ blue 170

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

Shades of Persian Rose #DD2AAA

Tints of Persian Rose #DD2AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.7%

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

R = 51.04%
G = 9.7%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD2AAA (or 0xDD2AAA) is known color: Persian Rose. HEX triplet: DD, 2A and AA. RGB value is (221,42,170). Sum of RGB (Red+Green+Blue) = 221+42+170=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2AAA is #22D555. Grayscale: #6D6D6D. Windows color (decimal): -2282838 or 11152093. OLE color: 11152093.

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

Color convert

RGB 221 42 170 -
CMYK 0 0.81 0.23 0.13
HSL 317.1º 0.72% 0.52% -
HSV(B) 317.1º 0.81% 0.87% -
XYZ 37.9 19.93 39.88 -
YUV 110.11 161.8 207.09 -
System Red Green Blue C M Y K H S L
Decimal 221 42 170 0 0.81 0.23 0.13 317.1 0.72 0.52
Hex DD 2A AA 0 51 17 D 13D 48 34
Octal 335 52 252 0 121 27 15 475 110 64
Binary 11011101 101010 10101010 0 1010001 10111 1101 100111101 1001000 110100

Color Harmonies of #DD2AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2AAA

Black with #DD2AAA

Text Example


Text Example

White with #DD2AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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