#D970B7

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

Shades of Persian Pink #D970B7

Tints of Persian Pink #D970B7

Color information

#D970B7 (or 0xD970B7) is unknown color: approx Persian Pink. HEX triplet: D9, 70 and B7. RGB value is (217,112,183). Sum of RGB (Red+Green+Blue) = 217+112+183=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D970B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970B7 is #268F48. Grayscale: #979797. Windows color (decimal): -2527049 or 12021977. OLE color: 12021977.

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

Color convert

RGB217112183-
CMYK00.480.160.15
HSL319.43º58.01%64.51%-
HSV(B)319.43º48.39%85.1%-
XYZ42.9629.7648.28-
YUV151.49145.79174.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=42.38%
G=21.88%
B=35.74%

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
Decimal21711218300.480.160.15319.4358.0164.51
HexD970B703010F13f3a41
Octal331160267060201747772101
Binary1101100111100001011011101100001000011111001111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D970B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D970B7; }

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

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

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

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

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

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

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

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