#D970B3

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

Shades of Persian Pink #D970B3

Tints of Persian Pink #D970B3

Color information

#D970B3 (or 0xD970B3) is unknown color: approx Persian Pink. HEX triplet: D9, 70 and B3. RGB value is (217,112,179). Sum of RGB (Red+Green+Blue) = 217+112+179=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D970B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970B3 is #268F4C. Grayscale: #969696. Windows color (decimal): -2527053 or 11759833. OLE color: 11759833.

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

Color convert

RGB217112179-
CMYK00.480.180.15
HSL321.71º58.01%64.51%-
HSV(B)321.71º48.39%85.1%-
XYZ42.5529.5946.12-
YUV151.03143.79175.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 112 (44.14% from 255) = 22.05%
BLUE value IS 179 (70.31% from 255) = 35.24%
R=42.72%
G=22.05%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711217900.480.180.15321.7158.0164.51
HexD970B303012F1423a41
Octal331160263060221750272101
Binary1101100111100001011001101100001001011111010000101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D970B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D970B3; }

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

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

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

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

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

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

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

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