#D97DBC

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

Shades of Persian Pink #D97DBC

Tints of Persian Pink #D97DBC

Color information

#D97DBC (or 0xD97DBC) is unknown color: approx Persian Pink. HEX triplet: D9, 7D and BC. RGB value is (217,125,188). Sum of RGB (Red+Green+Blue) = 217+125+188=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DBC is #268243. Grayscale: #9F9F9F. Windows color (decimal): -2523716 or 12352985. OLE color: 12352985.

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

Color convert

RGB217125188-
CMYK00.420.130.15
HSL318.91º54.76%67.06%-
HSV(B)318.91º42.4%85.1%-
XYZ45.0333.0551.58-
YUV159.69143.98168.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=40.94%
G=23.58%
B=35.47%

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
Decimal21712518800.420.130.15318.9154.7667.06
HexD97DBC02ADF13f3743
Octal331175274052151747767103
Binary110110011111101101111000101010110111111001111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DBC; }

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

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

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

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

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

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

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

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