Html Css Color HEX #DD36AA Persian Rose

📋 copy color: '#DD36AA'

red 221 ◦ green 54 ◦ blue 170

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

Shades of Persian Rose #DD36AA

Tints of Persian Rose #DD36AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.13%

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

R = 49.66%
G = 12.13%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD36AA (or 0xDD36AA) is known color: Persian Rose. HEX triplet: DD, 36 and AA. RGB value is (221,54,170). Sum of RGB (Red+Green+Blue) = 221+54+170=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD36AA is #22C955. Grayscale: #747474. Windows color (decimal): -2279766 or 11155165. OLE color: 11155165.

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

Color convert

RGB 221 54 170 -
CMYK 0 0.76 0.23 0.13
HSL 318.32º 0.71% 0.54% -
HSV(B) 318.32º 0.76% 0.87% -
XYZ 38.39 20.91 40.04 -
YUV 117.16 157.83 202.07 -
System Red Green Blue C M Y K H S L
Decimal 221 54 170 0 0.76 0.23 0.13 318.32 0.71 0.54
Hex DD 36 AA 0 4C 17 D 13E 47 36
Octal 335 66 252 0 114 27 15 476 107 66
Binary 11011101 110110 10101010 0 1001100 10111 1101 100111110 1000111 110110

Color Harmonies of #DD36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD36AA

Black with #DD36AA

Text Example


Text Example

White with #DD36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD36AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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