#DD33AA

Color #DD33AA Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #DD33AA

Tints of Persian Rose #DD33AA

Color information

#DD33AA (or 0xDD33AA) is unknown color: approx 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

RGB22151170-
CMYK00.770.230.13
HSL318º71.43%53.33%-
HSV(B)318º76.92%86.67%-
XYZ38.2620.6440-
YUV115.4158.82203.32-

RGB Variations

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

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.80% from 255) = 38.46%
R=50%
G=11.54%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215117000.770.230.1331871.4353.33
HexDD33AA04D17D13e4735
Octal335632520115271547610765
Binary1101110111001110101010010011011011111011001111101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>