#DD73B6

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

Shades of Persian Pink #DD73B6

Tints of Persian Pink #DD73B6

Color information

#DD73B6 (or 0xDD73B6) is unknown color: approx Persian Pink. HEX triplet: DD, 73 and B6. RGB value is (221,115,182). Sum of RGB (Red+Green+Blue) = 221+115+182=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73B6 is #228C49. Grayscale: #9A9A9A. Windows color (decimal): -2264138 or 11957213. OLE color: 11957213.

HSL color Cylindrical-coordinate representation of color #DD73B6: hue angle of 322.08º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD73B6 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221115182-
CMYK00.480.180.13
HSL322.08º60.92%65.88%-
HSV(B)322.08º47.96%86.67%-
XYZ44.3931.0147.9-
YUV154.33143.62175.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 115 (45.31% from 255) = 22.20%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=42.66%
G=22.20%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111518200.480.180.13322.0860.9265.88
HexDD73B603012D1423d42
Octal335163266060221550275102
Binary1101110111100111011011001100001001011011010000101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD73B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD73B6; }

 p { color: rgb(221,115,182); }

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

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

 a { background-color: rgb(221,115,182); }

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

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

 span { border-color: rgb(221,115,182); }

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