#d97cb9

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

Shades of Persian Pink #D97CB9

Tints of Persian Pink #D97CB9

Color information

#D97CB9 (or 0xD97CB9) is unknown color: approx Persian Pink. HEX triplet: D9, 7C and B9. RGB value is (217,124,185). Sum of RGB (Red+Green+Blue) = 217+124+185=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CB9 is #268346. Grayscale: #9E9E9E. Windows color (decimal): -2523975 or 12156121. OLE color: 12156121.

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

Color convert

RGB217124185-
CMYK00.430.150.15
HSL320.65º55.03%66.86%-
HSV(B)320.65º42.86%85.1%-
XYZ44.5832.6749.86-
YUV158.76142.81169.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 124 (48.83% from 255) = 23.57%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=41.25%
G=23.57%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712418500.430.150.15320.6555.0366.86
HexD97CB902BFF1413743
Octal331174271053171750167103
Binary110110011111100101110010101011111111111010000011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d97cb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d97cb9; }

 p { color: rgb(217,124,185); }

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

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

 a { background-color: rgb(217,124,185); }

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

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

 span { border-color: rgb(217,124,185); }

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