#D97FAB

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

Shades of Kobi #D97FAB

Tints of Kobi #D97FAB

Color information

#D97FAB (or 0xD97FAB) is unknown color: approx Kobi. HEX triplet: D9, 7F and AB. RGB value is (217,127,171). Sum of RGB (Red+Green+Blue) = 217+127+171=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97FAB is #268054. Grayscale: #9E9E9E. Windows color (decimal): -2523221 or 11239385. OLE color: 11239385.

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

Color convert

RGB217127171-
CMYK00.410.210.15
HSL330.67º54.22%67.45%-
HSV(B)330.67º41.47%85.1%-
XYZ43.5632.8742.58-
YUV158.93134.82169.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 127 (50% from 255) = 24.66%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=42.14%
G=24.66%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712717100.410.210.15330.6754.2267.45
HexD97FAB02915F14b3643
Octal331177253051251751366103
Binary1101100111111111010101101010011010111111010010111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97FAB; }

 p { color: rgb(217,127,171); }

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

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

 a { background-color: rgb(217,127,171); }

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

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

 span { border-color: rgb(217,127,171); }

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