#D771B4

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

Shades of Persian Pink #D771B4

Tints of Persian Pink #D771B4

Color information

#D771B4 (or 0xD771B4) is unknown color: approx Persian Pink. HEX triplet: D7, 71 and B4. RGB value is (215,113,180). Sum of RGB (Red+Green+Blue) = 215+113+180=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D771B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771B4 is #288E4B. Grayscale: #969696. Windows color (decimal): -2657868 or 11825623. OLE color: 11825623.

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

Color convert

RGB215113180-
CMYK00.470.160.16
HSL320.59º56.04%64.31%-
HSV(B)320.59º47.44%84.31%-
XYZ42.1729.5546.66-
YUV151.14144.29173.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.32%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=42.32%
G=22.24%
B=35.43%

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
Decimal21511318000.470.160.16320.5956.0464.31
HexD771B402F10101413840
Octal327161264057202050170100
Binary11010111111000110110100010111110000100001010000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771B4; }

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

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

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

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

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

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

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

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