#D985AB

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

Shades of Kobi #D985AB

Tints of Kobi #D985AB

Color information

#D985AB (or 0xD985AB) is unknown color: approx Kobi. HEX triplet: D9, 85 and AB. RGB value is (217,133,171). Sum of RGB (Red+Green+Blue) = 217+133+171=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D985AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D985AB is #267A54. Grayscale: #A2A2A2. Windows color (decimal): -2521685 or 11240921. OLE color: 11240921.

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

Color convert

RGB217133171-
CMYK00.390.210.15
HSL332.86º52.5%68.63%-
HSV(B)332.86º38.71%85.1%-
XYZ44.3534.4742.84-
YUV162.45132.83166.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=41.65%
G=25.53%
B=32.82%

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
Decimal21713317100.390.210.15332.8652.568.63
HexD985AB02715F14d3445
Octal331205253047251751564105
Binary11011001100001011010101101001111010111111010011011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985AB; }

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

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

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

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

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

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

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

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