#D870B6

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

Shades of Persian Pink #D870B6

Tints of Persian Pink #D870B6

Color information

#D870B6 (or 0xD870B6) is unknown color: approx Persian Pink. HEX triplet: D8, 70 and B6. RGB value is (216,112,182). Sum of RGB (Red+Green+Blue) = 216+112+182=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D870B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870B6 is #278F49. Grayscale: #969696. Windows color (decimal): -2592586 or 11956440. OLE color: 11956440.

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

Color convert

RGB216112182-
CMYK00.480.160.15
HSL319.62º57.14%64.31%-
HSV(B)319.62º48.15%84.71%-
XYZ42.5629.5647.72-
YUV151.08145.46174.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 112 (44.14% from 255) = 21.96%
BLUE value IS 182 (71.48% from 255) = 35.69%
R=42.35%
G=21.96%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611218200.480.160.15319.6257.1464.31
HexD870B603010F1403940
Octal330160266060201750071100
Binary1101100011100001011011001100001000011111010000001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D870B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D870B6; }

 p { color: rgb(216,112,182); }

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

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

 a { background-color: rgb(216,112,182); }

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

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

 span { border-color: rgb(216,112,182); }

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