#D984AB

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

Shades of Kobi #D984AB

Tints of Kobi #D984AB

Color information

#D984AB (or 0xD984AB) is unknown color: approx Kobi. HEX triplet: D9, 84 and AB. RGB value is (217,132,171). Sum of RGB (Red+Green+Blue) = 217+132+171=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D984AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D984AB is #267B54. Grayscale: #A1A1A1. Windows color (decimal): -2521941 or 11240665. OLE color: 11240665.

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

Color convert

RGB217132171-
CMYK00.390.210.15
HSL332.47º52.8%68.43%-
HSV(B)332.47º39.17%85.1%-
XYZ44.2234.1942.8-
YUV161.86133.16167.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.73%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=41.73%
G=25.38%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713217100.390.210.15332.4752.868.43
HexD984AB02715F14c3544
Octal331204253047251751465104
Binary11011001100001001010101101001111010111111010011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984AB; }

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

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

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

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

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

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

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

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