#D97CB4

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

Shades of Persian Pink #D97CB4

Tints of Persian Pink #D97CB4

Color information

#D97CB4 (or 0xD97CB4) is unknown color: approx Persian Pink. HEX triplet: D9, 7C and B4. RGB value is (217,124,180). Sum of RGB (Red+Green+Blue) = 217+124+180=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CB4 is #26834B. Grayscale: #9E9E9E. Windows color (decimal): -2523980 or 11828441. OLE color: 11828441.

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

Color convert

RGB217124180-
CMYK00.430.170.15
HSL323.87º55.03%66.86%-
HSV(B)323.87º42.86%85.1%-
XYZ44.0632.4647.12-
YUV158.19140.31169.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 124 (48.83% from 255) = 23.80%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=41.65%
G=23.80%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712418000.430.170.15323.8755.0366.86
HexD97CB402B11F1443743
Octal331174264053211750467103
Binary1101100111111001011010001010111000111111010001001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97CB4; }

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

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

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

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

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

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

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

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