#D987AB

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

Shades of Kobi #D987AB

Tints of Kobi #D987AB

Color information

#D987AB (or 0xD987AB) is unknown color: approx Kobi. HEX triplet: D9, 87 and AB. RGB value is (217,135,171). Sum of RGB (Red+Green+Blue) = 217+135+171=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D987AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D987AB is #267854. Grayscale: #A3A3A3. Windows color (decimal): -2521173 or 11241433. OLE color: 11241433.

HSL color Cylindrical-coordinate representation of color #D987AB: hue angle of 333.66º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D987AB is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217135171-
CMYK00.380.210.15
HSL333.66º51.9%69.02%-
HSV(B)333.66º37.79%85.1%-
XYZ44.6335.0242.94-
YUV163.62132.17166.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 135 (53.12% from 255) = 25.81%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=41.49%
G=25.81%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713517100.380.210.15333.6651.969.02
HexD987AB02615F14e3445
Octal331207253046251751664105
Binary11011001100001111010101101001101010111111010011101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987AB; }

 p { color: rgb(217,135,171); }

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

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

 a { background-color: rgb(217,135,171); }

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

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

 span { border-color: rgb(217,135,171); }

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