#D971B2

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

Shades of Persian Pink #D971B2

Tints of Persian Pink #D971B2

Color information

#D971B2 (or 0xD971B2) is unknown color: approx Persian Pink. HEX triplet: D9, 71 and B2. RGB value is (217,113,178). Sum of RGB (Red+Green+Blue) = 217+113+178=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D971B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D971B2 is #268E4D. Grayscale: #979797. Windows color (decimal): -2526798 or 11694553. OLE color: 11694553.

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

Color convert

RGB217113178-
CMYK00.480.180.15
HSL322.5º57.78%64.71%-
HSV(B)322.5º47.93%85.1%-
XYZ42.5629.7845.62-
YUV151.51142.96174.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 178 (69.92% from 255) = 35.04%
R=42.72%
G=22.24%
B=35.04%

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
Decimal21711317800.480.180.15322.557.7864.71
HexD971B203012F1423a41
Octal331161262060221750272101
Binary1101100111100011011001001100001001011111010000101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D971B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D971B2; }

 p { color: rgb(217,113,178); }

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

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

 a { background-color: rgb(217,113,178); }

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

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

 span { border-color: rgb(217,113,178); }

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