#D970B8

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

Shades of Persian Pink #D970B8

Tints of Persian Pink #D970B8

Color information

#D970B8 (or 0xD970B8) is unknown color: approx Persian Pink. HEX triplet: D9, 70 and B8. RGB value is (217,112,184). Sum of RGB (Red+Green+Blue) = 217+112+184=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D970B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970B8 is #268F47. Grayscale: #979797. Windows color (decimal): -2527048 or 12087513. OLE color: 12087513.

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

Color convert

RGB217112184-
CMYK00.480.150.15
HSL318.86º58.01%64.51%-
HSV(B)318.86º48.39%85.1%-
XYZ43.0629.848.83-
YUV151.6146.29174.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 112 (44.14% from 255) = 21.83%
BLUE value IS 184 (72.27% from 255) = 35.87%
R=42.30%
G=21.83%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711218400.480.150.15318.8658.0164.51
HexD970B8030FF13f3a41
Octal331160270060171747772101
Binary110110011110000101110000110000111111111001111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D970B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D970B8; }

 p { color: rgb(217,112,184); }

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

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

 a { background-color: rgb(217,112,184); }

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

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

 span { border-color: rgb(217,112,184); }

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