#D991A5

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

Shades of Kobi #D991A5

Tints of Kobi #D991A5

Color information

#D991A5 (or 0xD991A5) is unknown color: approx Kobi. HEX triplet: D9, 91 and A5. RGB value is (217,145,165). Sum of RGB (Red+Green+Blue) = 217+145+165=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D991A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D991A5 is #266E5A. Grayscale: #A8A8A8. Windows color (decimal): -2518619 or 10850777. OLE color: 10850777.

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

Color convert

RGB217145165-
CMYK00.330.240.15
HSL343.33º48.65%70.98%-
HSV(B)343.33º33.18%85.1%-
XYZ45.5337.7240.48-
YUV168.81125.85162.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.18%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 165 (64.84% from 255) = 31.31%
R=41.18%
G=27.51%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714516500.330.240.15343.3348.6570.98
HexD991A502118F1573147
Octal331221245041301752761107
Binary11011001100100011010010101000011100011111010101111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991A5; }

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

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

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

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

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

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

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

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