#D77DB4

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

Shades of Persian Pink #D77DB4

Tints of Persian Pink #D77DB4

Color information

#D77DB4 (or 0xD77DB4) is unknown color: approx Persian Pink. HEX triplet: D7, 7D and B4. RGB value is (215,125,180). Sum of RGB (Red+Green+Blue) = 215+125+180=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DB4 is #28824B. Grayscale: #9E9E9E. Windows color (decimal): -2654796 or 11828695. OLE color: 11828695.

HSL color Cylindrical-coordinate representation of color #D77DB4: hue angle of 323.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DB4 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB215125180-
CMYK00.420.160.16
HSL323.33º52.94%66.67%-
HSV(B)323.33º41.86%84.31%-
XYZ43.632.4147.14-
YUV158.18140.32168.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 125 (49.22% from 255) = 24.04%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=41.35%
G=24.04%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512518000.420.160.16323.3352.9466.67
HexD77DB402A10101433543
Octal327175264052202050365103
Binary11010111111110110110100010101010000100001010000111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77DB4; }

 p { color: rgb(215,125,180); }

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

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

 a { background-color: rgb(215,125,180); }

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

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

 span { border-color: rgb(215,125,180); }

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