Html Css Color HEX #DD28AA Persian Rose

📋 copy color: '#DD28AA'

red 221 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #DD28AA

Tints of Persian Rose #DD28AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.28%

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

R = 51.28%
G = 9.28%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD28AA (or 0xDD28AA) is known color: Persian Rose. HEX triplet: DD, 28 and AA. RGB value is (221,40,170). Sum of RGB (Red+Green+Blue) = 221+40+170=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD28AA is #22D755. Grayscale: #6C6C6C. Windows color (decimal): -2283350 or 11151581. OLE color: 11151581.

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

Color convert

RGB 221 40 170 -
CMYK 0 0.82 0.23 0.13
HSL 316.91º 0.73% 0.51% -
HSV(B) 316.91º 0.82% 0.87% -
XYZ 37.83 19.79 39.86 -
YUV 108.94 162.47 207.93 -
System Red Green Blue C M Y K H S L
Decimal 221 40 170 0 0.82 0.23 0.13 316.91 0.73 0.51
Hex DD 28 AA 0 52 17 D 13D 49 33
Octal 335 50 252 0 122 27 15 475 111 63
Binary 11011101 101000 10101010 0 1010010 10111 1101 100111101 1001001 110011

Color Harmonies of #DD28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28AA

Black with #DD28AA

Text Example


Text Example

White with #DD28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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