#D997B4

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

Shades of Kobi #D997B4

Tints of Kobi #D997B4

Color information

#D997B4 (or 0xD997B4) is unknown color: approx Kobi. HEX triplet: D9, 97 and B4. RGB value is (217,151,180). Sum of RGB (Red+Green+Blue) = 217+151+180=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D997B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997B4 is #26684B. Grayscale: #ADADAD. Windows color (decimal): -2517068 or 11835353. OLE color: 11835353.

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

Color convert

RGB217151180-
CMYK00.300.170.15
HSL333.64º46.48%72.16%-
HSV(B)333.64º30.41%85.1%-
XYZ47.9240.1848.41-
YUV174.04131.37158.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 180 (70.70% from 255) = 32.85%
R=39.60%
G=27.55%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715118000.300.170.15333.6446.4872.16
HexD997B401E11F14e2e48
Octal331227264036211751656110
Binary1101100110010111101101000111101000111111010011101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997B4; }

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

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

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

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

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

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

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

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