#D770B2

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

Shades of Persian Pink #D770B2

Tints of Persian Pink #D770B2

Color information

#D770B2 (or 0xD770B2) is unknown color: approx Persian Pink. HEX triplet: D7, 70 and B2. RGB value is (215,112,178). Sum of RGB (Red+Green+Blue) = 215+112+178=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D770B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D770B2 is #288F4D. Grayscale: #969696. Windows color (decimal): -2658126 or 11694295. OLE color: 11694295.

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

Color convert

RGB215112178-
CMYK00.480.170.16
HSL321.55º56.28%64.12%-
HSV(B)321.55º47.91%84.31%-
XYZ41.8529.2545.56-
YUV150.32143.62174.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.57%
GREEN value IS 112 (44.14% from 255) = 22.18%
BLUE value IS 178 (69.92% from 255) = 35.25%
R=42.57%
G=22.18%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511217800.480.170.16321.5556.2864.12
HexD770B203011101423840
Octal327160262060212050270100
Binary11010111111000010110010011000010001100001010000101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D770B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D770B2; }

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

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

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

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

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

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

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

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