#D997B1

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

Shades of Kobi #D997B1

Tints of Kobi #D997B1

Color information

#D997B1 (or 0xD997B1) is unknown color: approx Kobi. HEX triplet: D9, 97 and B1. RGB value is (217,151,177). Sum of RGB (Red+Green+Blue) = 217+151+177=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D997B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D997B1 is #26684E. Grayscale: #ADADAD. Windows color (decimal): -2517071 or 11638745. OLE color: 11638745.

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

Color convert

RGB217151177-
CMYK00.300.180.15
HSL336.36º46.48%72.16%-
HSV(B)336.36º30.41%85.1%-
XYZ47.6240.0646.82-
YUV173.7129.87158.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=39.82%
G=27.71%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715117700.300.180.15336.3646.4872.16
HexD997B101E12F1502e48
Octal331227261036221752056110
Binary1101100110010111101100010111101001011111010100001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997B1; }

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

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

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

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

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

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

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

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