#D97DB6

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

Shades of Persian Pink #D97DB6

Tints of Persian Pink #D97DB6

Color information

#D97DB6 (or 0xD97DB6) is unknown color: approx Persian Pink. HEX triplet: D9, 7D and B6. RGB value is (217,125,182). Sum of RGB (Red+Green+Blue) = 217+125+182=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DB6 is #268249. Grayscale: #9E9E9E. Windows color (decimal): -2523722 or 11959769. OLE color: 11959769.

HSL color Cylindrical-coordinate representation of color #D97DB6: hue angle of 322.83º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97DB6 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB217125182-
CMYK00.420.160.15
HSL322.83º54.76%67.06%-
HSV(B)322.83º42.4%85.1%-
XYZ44.3932.848.25-
YUV159.01140.98169.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=41.41%
G=23.85%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712518200.420.160.15322.8354.7667.06
HexD97DB602A10F1433743
Octal331175266052201750367103
Binary1101100111111011011011001010101000011111010000111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DB6; }

 p { color: rgb(217,125,182); }

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

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

 a { background-color: rgb(217,125,182); }

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

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

 span { border-color: rgb(217,125,182); }

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