#D997A7

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

Shades of Kobi #D997A7

Tints of Kobi #D997A7

Color information

#D997A7 (or 0xD997A7) is unknown color: approx Kobi. HEX triplet: D9, 97 and A7. RGB value is (217,151,167). Sum of RGB (Red+Green+Blue) = 217+151+167=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D997A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D997A7 is #266858. Grayscale: #ACACAC. Windows color (decimal): -2517081 or 10983385. OLE color: 10983385.

HSL color Cylindrical-coordinate representation of color #D997A7: hue angle of 345.45º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997A7 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB217151167-
CMYK00.300.230.15
HSL345.45º46.48%72.16%-
HSV(B)345.45º30.41%85.1%-
XYZ46.6639.6741.76-
YUV172.56124.87159.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 167 (65.62% from 255) = 31.21%
R=40.56%
G=28.22%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715116700.300.230.15345.4546.4872.16
HexD997A701E17F1592e48
Octal331227247036271753156110
Binary1101100110010111101001110111101011111111010110011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997A7; }

 p { color: rgb(217,151,167); }

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

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

 a { background-color: rgb(217,151,167); }

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

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

 span { border-color: rgb(217,151,167); }

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