#D991A7

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

Shades of Kobi #D991A7

Tints of Kobi #D991A7

Color information

#D991A7 (or 0xD991A7) is unknown color: approx Kobi. HEX triplet: D9, 91 and A7. RGB value is (217,145,167). Sum of RGB (Red+Green+Blue) = 217+145+167=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D991A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D991A7 is #266E58. Grayscale: #A9A9A9. Windows color (decimal): -2518617 or 10981849. OLE color: 10981849.

HSL color Cylindrical-coordinate representation of color #D991A7: hue angle of 341.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D991A7 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB217145167-
CMYK00.330.230.15
HSL341.67º48.65%70.98%-
HSV(B)341.67º33.18%85.1%-
XYZ45.7237.7941.44-
YUV169.04126.85162.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 167 (65.62% from 255) = 31.57%
R=41.02%
G=27.41%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714516700.330.230.15341.6748.6570.98
HexD991A702117F1563147
Octal331221247041271752661107
Binary11011001100100011010011101000011011111111010101101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991A7; }

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

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

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

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

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

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

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

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