#DD34B2

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

Shades of Persian Rose #DD34B2

Tints of Persian Rose #DD34B2

Color information

#DD34B2 (or 0xDD34B2) is unknown color: approx Persian Rose. HEX triplet: DD, 34 and B2. RGB value is (221,52,178). Sum of RGB (Red+Green+Blue) = 221+52+178=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD34B2 is #22CB4D. Grayscale: #747474. Windows color (decimal): -2280270 or 11678941. OLE color: 11678941.

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

Color convert

RGB22152178-
CMYK00.760.190.13
HSL315.27º71.31%53.53%-
HSV(B)315.27º76.47%86.67%-
XYZ39.0821.0444.12-
YUV116.9162.49202.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 52 (20.70% from 255) = 11.53%
BLUE value IS 178 (69.92% from 255) = 39.47%
R=49.00%
G=11.53%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215217800.760.190.13315.2771.3153.53
HexDD34B204C13D13b4736
Octal335642620114231547310766
Binary1101110111010010110010010011001001111011001110111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD34B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD34B2; }

 p { color: rgb(221,52,178); }

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

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

 a { background-color: rgb(221,52,178); }

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

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

 span { border-color: rgb(221,52,178); }

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