#D772B2

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

Shades of Persian Pink #D772B2

Tints of Persian Pink #D772B2

Color information

#D772B2 (or 0xD772B2) is unknown color: approx Persian Pink. HEX triplet: D7, 72 and B2. RGB value is (215,114,178). Sum of RGB (Red+Green+Blue) = 215+114+178=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D772B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D772B2 is #288D4D. Grayscale: #979797. Windows color (decimal): -2657614 or 11694807. OLE color: 11694807.

HSL color Cylindrical-coordinate representation of color #D772B2: hue angle of 321.98º 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 #D772B2 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB215114178-
CMYK00.470.170.16
HSL321.98º55.8%64.51%-
HSV(B)321.98º46.98%84.31%-
XYZ42.0829.745.63-
YUV151.49142.96173.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 178 (69.92% from 255) = 35.11%
R=42.41%
G=22.49%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511417800.470.170.16321.9855.864.51
HexD772B202F11101423841
Octal327162262057212050270101
Binary11010111111001010110010010111110001100001010000101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D772B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D772B2; }

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

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

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

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

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

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

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

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