#D97CBE

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

Shades of Persian Pink #D97CBE

Tints of Persian Pink #D97CBE

Color information

#D97CBE (or 0xD97CBE) is unknown color: approx Persian Pink. HEX triplet: D9, 7C and BE. RGB value is (217,124,190). Sum of RGB (Red+Green+Blue) = 217+124+190=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CBE is #268341. Grayscale: #9F9F9F. Windows color (decimal): -2523970 or 12483801. OLE color: 12483801.

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

Color convert

RGB217124190-
CMYK00.430.120.15
HSL317.42º55.03%66.86%-
HSV(B)317.42º42.86%85.1%-
XYZ45.1232.8852.68-
YUV159.33145.31169.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 124 (48.83% from 255) = 23.35%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=40.87%
G=23.35%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712419000.430.120.15317.4255.0366.86
HexD97CBE02BCF13d3743
Octal331174276053141747567103
Binary110110011111100101111100101011110011111001111011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97CBE; }

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

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

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

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

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

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

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

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