#D97DBE

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

Shades of Persian Pink #D97DBE

Tints of Persian Pink #D97DBE

Color information

#D97DBE (or 0xD97DBE) is unknown color: approx Persian Pink. HEX triplet: D9, 7D and BE. RGB value is (217,125,190). Sum of RGB (Red+Green+Blue) = 217+125+190=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DBE is #268241. Grayscale: #9F9F9F. Windows color (decimal): -2523714 or 12484057. OLE color: 12484057.

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

Color convert

RGB217125190-
CMYK00.420.120.15
HSL317.61º54.76%67.06%-
HSV(B)317.61º42.4%85.1%-
XYZ45.2433.1452.73-
YUV159.92144.98168.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 125 (49.22% from 255) = 23.50%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=40.79%
G=23.50%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712519000.420.120.15317.6154.7667.06
HexD97DBE02ACF13e3743
Octal331175276052141747667103
Binary110110011111101101111100101010110011111001111101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DBE; }

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

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

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

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

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

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

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

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