#D870B4

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

Shades of Persian Pink #D870B4

Tints of Persian Pink #D870B4

Color information

#D870B4 (or 0xD870B4) is unknown color: approx Persian Pink. HEX triplet: D8, 70 and B4. RGB value is (216,112,180). Sum of RGB (Red+Green+Blue) = 216+112+180=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D870B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870B4 is #278F4B. Grayscale: #969696. Windows color (decimal): -2592588 or 11825368. OLE color: 11825368.

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

Color convert

RGB216112180-
CMYK00.480.170.15
HSL320.77º57.14%64.31%-
HSV(B)320.77º48.15%84.71%-
XYZ42.3529.4846.64-
YUV150.85144.46174.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 112 (44.14% from 255) = 22.05%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=42.52%
G=22.05%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611218000.480.170.15320.7757.1464.31
HexD870B403011F1413940
Octal330160264060211750171100
Binary1101100011100001011010001100001000111111010000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D870B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D870B4; }

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

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

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

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

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

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

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

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