#DD77BA

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

Shades of Persian Pink #DD77BA

Tints of Persian Pink #DD77BA

Color information

#DD77BA (or 0xDD77BA) is unknown color: approx Persian Pink. HEX triplet: DD, 77 and BA. RGB value is (221,119,186). Sum of RGB (Red+Green+Blue) = 221+119+186=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77BA is #228845. Grayscale: #9C9C9C. Windows color (decimal): -2263110 or 12220381. OLE color: 12220381.

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

Color convert

RGB221119186-
CMYK00.460.160.13
HSL320.59º60%66.67%-
HSV(B)320.59º46.15%86.67%-
XYZ45.2832.1150.27-
YUV157.14144.29173.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 119 (46.88% from 255) = 22.62%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=42.02%
G=22.62%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111918600.460.160.13320.596066.67
HexDD77BA02E10D1413c43
Octal335167272056201550174103
Binary1101110111101111011101001011101000011011010000011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD77BA; }

 p { color: rgb(221,119,186); }

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

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

 a { background-color: rgb(221,119,186); }

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

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

 span { border-color: rgb(221,119,186); }

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