#DD33AE

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

Shades of Persian Rose #DD33AE

Tints of Persian Rose #DD33AE

Color information

#DD33AE (or 0xDD33AE) is unknown color: approx Persian Rose. HEX triplet: DD, 33 and AE. RGB value is (221,51,174). Sum of RGB (Red+Green+Blue) = 221+51+174=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33AE is #22CC51. Grayscale: #737373. Windows color (decimal): -2280530 or 11416541. OLE color: 11416541.

HSL color Cylindrical-coordinate representation of color #DD33AE: hue angle of 316.59º 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 #DD33AE is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB22151174-
CMYK00.770.210.13
HSL316.59º71.43%53.33%-
HSV(B)316.59º76.92%86.67%-
XYZ38.6420.842.02-
YUV115.85160.82203-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.55%
GREEN value IS 51 (20.31% from 255) = 11.43%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=49.55%
G=11.43%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215117400.770.210.13316.5971.4353.33
HexDD33AE04D15D13d4735
Octal335632560115251547510765
Binary1101110111001110101110010011011010111011001111011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD33AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD33AE; }

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

 H1.HeaderClassName
 {
   color: #DD33AE;
 }
 .AnyTagClassName
 {
   color: #DD33AE;
 }
</style>
background-color css

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

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

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

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

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

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