#DD76B5

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

Shades of Persian Pink #DD76B5

Tints of Persian Pink #DD76B5

Color information

#DD76B5 (or 0xDD76B5) is unknown color: approx Persian Pink. HEX triplet: DD, 76 and B5. RGB value is (221,118,181). Sum of RGB (Red+Green+Blue) = 221+118+181=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76B5 is #22894A. Grayscale: #9B9B9B. Windows color (decimal): -2263371 or 11892445. OLE color: 11892445.

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

Color convert

RGB221118181-
CMYK00.470.180.13
HSL323.3º60.23%66.47%-
HSV(B)323.3º46.61%86.67%-
XYZ44.6431.6747.48-
YUV155.98142.12174.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 118 (46.48% from 255) = 22.69%
BLUE value IS 181 (71.09% from 255) = 34.81%
R=42.5%
G=22.69%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111818100.470.180.13323.360.2366.47
HexDD76B502F12D1433c42
Octal335166265057221550374102
Binary1101110111101101011010101011111001011011010000111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76B5; }

 p { color: rgb(221,118,181); }

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

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

 a { background-color: rgb(221,118,181); }

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

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

 span { border-color: rgb(221,118,181); }

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