Html Css Color HEX #DD29A5 Persian Rose

📋 copy color: '#DD29A5'

red 221 ◦ green 41 ◦ blue 165

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

Shades of Persian Rose #DD29A5

Tints of Persian Rose #DD29A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.64%

R = 51.76%
G = 9.6%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD29A5 (or 0xDD29A5) is known color: Persian Rose. HEX triplet: DD, 29 and A5. RGB value is (221,41,165). Sum of RGB (Red+Green+Blue) = 221+41+165=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD29A5 is #22D65A. Grayscale: #6C6C6C. Windows color (decimal): -2283099 or 10824157. OLE color: 10824157.

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

Color convert

RGB 221 41 165 -
CMYK 0 0.81 0.25 0.13
HSL 318.67º 0.73% 0.51% -
HSV(B) 318.67º 0.81% 0.87% -
XYZ 37.4 19.67 37.42 -
YUV 108.96 159.63 207.92 -
System Red Green Blue C M Y K H S L
Decimal 221 41 165 0 0.81 0.25 0.13 318.67 0.73 0.51
Hex DD 29 A5 0 51 19 D 13F 49 33
Octal 335 51 245 0 121 31 15 477 111 63
Binary 11011101 101001 10100101 0 1010001 11001 1101 100111111 1001001 110011

Color Harmonies of #DD29A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29A5

Black with #DD29A5

Text Example


Text Example

White with #DD29A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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