Html Css Color HEX #DD29AA Persian Rose

📋 copy color: '#DD29AA'

red 221 ◦ green 41 ◦ blue 170

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

Shades of Persian Rose #DD29AA

Tints of Persian Rose #DD29AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.49%

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

R = 51.16%
G = 9.49%
B = 39.35%

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

#DD29AA (or 0xDD29AA) is known color: Persian Rose. HEX triplet: DD, 29 and AA. RGB value is (221,41,170). Sum of RGB (Red+Green+Blue) = 221+41+170=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD29AA is #22D655. Grayscale: #6D6D6D. Windows color (decimal): -2283094 or 11151837. OLE color: 11151837.

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

Color convert

RGB 221 41 170 -
CMYK 0 0.81 0.23 0.13
HSL 317º 0.73% 0.51% -
HSV(B) 317º 0.81% 0.87% -
XYZ 37.87 19.86 39.87 -
YUV 109.53 162.13 207.51 -
System Red Green Blue C M Y K H S L
Decimal 221 41 170 0 0.81 0.23 0.13 317 0.73 0.51
Hex DD 29 AA 0 51 17 D 13D 49 33
Octal 335 51 252 0 121 27 15 475 111 63
Binary 11011101 101001 10101010 0 1010001 10111 1101 100111101 1001001 110011

Color Harmonies of #DD29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29AA

Black with #DD29AA

Text Example


Text Example

White with #DD29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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