Html Css Color HEX #DD33AA Persian Rose

📋 copy color: '#DD33AA'

red 221 ◦ green 51 ◦ blue 170

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

Shades of Persian Rose #DD33AA

Tints of Persian Rose #DD33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.54%

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

R = 50%
G = 11.54%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD33AA (or 0xDD33AA) is known color: Persian Rose. HEX triplet: DD, 33 and AA. RGB value is (221,51,170). Sum of RGB (Red+Green+Blue) = 221+51+170=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33AA is #22CC55. Grayscale: #737373. Windows color (decimal): -2280534 or 11154397. OLE color: 11154397.

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

Color convert

RGB 221 51 170 -
CMYK 0 0.77 0.23 0.13
HSL 318º 0.71% 0.53% -
HSV(B) 318º 0.77% 0.87% -
XYZ 38.26 20.64 40 -
YUV 115.4 158.82 203.32 -
System Red Green Blue C M Y K H S L
Decimal 221 51 170 0 0.77 0.23 0.13 318 0.71 0.53
Hex DD 33 AA 0 4D 17 D 13E 47 35
Octal 335 63 252 0 115 27 15 476 107 65
Binary 11011101 110011 10101010 0 1001101 10111 1101 100111110 1000111 110101

Color Harmonies of #DD33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33AA

Black with #DD33AA

Text Example


Text Example

White with #DD33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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