#DD34B0

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

Shades of Persian Rose #DD34B0

Tints of Persian Rose #DD34B0

Color information

#DD34B0 (or 0xDD34B0) is unknown color: approx Persian Rose. HEX triplet: DD, 34 and B0. RGB value is (221,52,176). Sum of RGB (Red+Green+Blue) = 221+52+176=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD34B0 is #22CB4F. Grayscale: #747474. Windows color (decimal): -2280272 or 11547869. OLE color: 11547869.

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

Color convert

RGB22152176-
CMYK00.760.200.13
HSL315.98º71.31%53.53%-
HSV(B)315.98º76.47%86.67%-
XYZ38.8820.9643.07-
YUV116.67161.49202.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 52 (20.70% from 255) = 11.58%
BLUE value IS 176 (69.14% from 255) = 39.20%
R=49.22%
G=11.58%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215217600.760.200.13315.9871.3153.53
HexDD34B004C14D13c4736
Octal335642600114241547410766
Binary1101110111010010110000010011001010011011001111001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD34B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD34B0; }

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

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

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

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

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

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

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

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