#D991AE

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

Shades of Kobi #D991AE

Tints of Kobi #D991AE

Color information

#D991AE (or 0xD991AE) is unknown color: approx Kobi. HEX triplet: D9, 91 and AE. RGB value is (217,145,174). Sum of RGB (Red+Green+Blue) = 217+145+174=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D991AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D991AE is #266E51. Grayscale: #A9A9A9. Windows color (decimal): -2518610 or 11440601. OLE color: 11440601.

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

Color convert

RGB217145174-
CMYK00.330.200.15
HSL335.83º48.65%70.98%-
HSV(B)335.83º33.18%85.1%-
XYZ46.3838.0644.95-
YUV169.83130.35161.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 145 (57.03% from 255) = 27.05%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=40.49%
G=27.05%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714517400.330.200.15335.8348.6570.98
HexD991AE02114F1503147
Octal331221256041241752061107
Binary11011001100100011010111001000011010011111010100001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991AE; }

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

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

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

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

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

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

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

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