#D771B5

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

Shades of Persian Pink #D771B5

Tints of Persian Pink #D771B5

Color information

#D771B5 (or 0xD771B5) is unknown color: approx Persian Pink. HEX triplet: D7, 71 and B5. RGB value is (215,113,181). Sum of RGB (Red+Green+Blue) = 215+113+181=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D771B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771B5 is #288E4A. Grayscale: #979797. Windows color (decimal): -2657867 or 11891159. OLE color: 11891159.

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

Color convert

RGB215113181-
CMYK00.470.160.16
HSL320º56.04%64.31%-
HSV(B)320º47.44%84.31%-
XYZ42.2729.5947.2-
YUV151.25144.79173.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.24%
GREEN value IS 113 (44.53% from 255) = 22.20%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=42.24%
G=22.20%
B=35.56%

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
Decimal21511318100.470.160.1632056.0464.31
HexD771B502F10101403840
Octal327161265057202050070100
Binary11010111111000110110101010111110000100001010000001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771B5; }

 p { color: rgb(215,113,181); }

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

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

 a { background-color: rgb(215,113,181); }

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

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

 span { border-color: rgb(215,113,181); }

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