#D772B4

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

Shades of Persian Pink #D772B4

Tints of Persian Pink #D772B4

Color information

#D772B4 (or 0xD772B4) is unknown color: approx Persian Pink. HEX triplet: D7, 72 and B4. RGB value is (215,114,180). Sum of RGB (Red+Green+Blue) = 215+114+180=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D772B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772B4 is #288D4B. Grayscale: #979797. Windows color (decimal): -2657612 or 11825879. OLE color: 11825879.

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

Color convert

RGB215114180-
CMYK00.470.160.16
HSL320.79º55.8%64.51%-
HSV(B)320.79º46.98%84.31%-
XYZ42.2829.7846.7-
YUV151.72143.96173.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.24%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=42.24%
G=22.40%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511418000.470.160.16320.7955.864.51
HexD772B402F10101413841
Octal327162264057202050170101
Binary11010111111001010110100010111110000100001010000011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D772B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D772B4; }

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

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

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

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

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

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

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

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