#D97DBD

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

Shades of Persian Pink #D97DBD

Tints of Persian Pink #D97DBD

Color information

#D97DBD (or 0xD97DBD) is unknown color: approx Persian Pink. HEX triplet: D9, 7D and BD. RGB value is (217,125,189). Sum of RGB (Red+Green+Blue) = 217+125+189=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DBD is #268242. Grayscale: #9F9F9F. Windows color (decimal): -2523715 or 12418521. OLE color: 12418521.

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

Color convert

RGB217125189-
CMYK00.420.130.15
HSL318.26º54.76%67.06%-
HSV(B)318.26º42.4%85.1%-
XYZ45.1333.0952.15-
YUV159.8144.48168.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=40.87%
G=23.54%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712518900.420.130.15318.2654.7667.06
HexD97DBD02ADF13e3743
Octal331175275052151747667103
Binary110110011111101101111010101010110111111001111101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DBD; }

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

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

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

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

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

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

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

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