#D875B0

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

Shades of Persian Pink #D875B0

Tints of Persian Pink #D875B0

Color information

#D875B0 (or 0xD875B0) is unknown color: approx Persian Pink. HEX triplet: D8, 75 and B0. RGB value is (216,117,176). Sum of RGB (Red+Green+Blue) = 216+117+176=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D875B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D875B0 is #278A4F. Grayscale: #999999. Windows color (decimal): -2591312 or 11564504. OLE color: 11564504.

HSL color Cylindrical-coordinate representation of color #D875B0: hue angle of 324.24º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D875B0 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216117176-
CMYK00.460.190.15
HSL324.24º55.93%65.29%-
HSV(B)324.24º45.83%84.71%-
XYZ42.5230.4644.71-
YUV153.33140.8172.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.44%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 176 (69.14% from 255) = 34.58%
R=42.44%
G=22.99%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611717600.460.190.15324.2455.9365.29
HexD875B002E13F1443841
Octal330165260056231750470101
Binary1101100011101011011000001011101001111111010001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D875B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D875B0; }

 p { color: rgb(216,117,176); }

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

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

 a { background-color: rgb(216,117,176); }

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

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

 span { border-color: rgb(216,117,176); }

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