Html Css Color HEX #DD2FAA Persian Rose

📋 copy color: '#DD2FAA'

red 221 ◦ green 47 ◦ blue 170

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

Shades of Persian Rose #DD2FAA

Tints of Persian Rose #DD2FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.73%

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

R = 50.46%
G = 10.73%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD2FAA (or 0xDD2FAA) is known color: Persian Rose. HEX triplet: DD, 2F and AA. RGB value is (221,47,170). Sum of RGB (Red+Green+Blue) = 221+47+170=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2FAA is #22D055. Grayscale: #707070. Windows color (decimal): -2281558 or 11153373. OLE color: 11153373.

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

Color convert

RGB 221 47 170 -
CMYK 0 0.79 0.23 0.13
HSL 317.59º 0.72% 0.53% -
HSV(B) 317.59º 0.79% 0.87% -
XYZ 38.09 20.31 39.94 -
YUV 113.05 160.15 205 -
System Red Green Blue C M Y K H S L
Decimal 221 47 170 0 0.79 0.23 0.13 317.59 0.72 0.53
Hex DD 2F AA 0 4F 17 D 13E 48 35
Octal 335 57 252 0 117 27 15 476 110 65
Binary 11011101 101111 10101010 0 1001111 10111 1101 100111110 1001000 110101

Color Harmonies of #DD2FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2FAA

Black with #DD2FAA

Text Example


Text Example

White with #DD2FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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