#D985A9

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

Shades of Kobi #D985A9

Tints of Kobi #D985A9

Color information

#D985A9 (or 0xD985A9) is unknown color: approx Kobi. HEX triplet: D9, 85 and A9. RGB value is (217,133,169). Sum of RGB (Red+Green+Blue) = 217+133+169=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D985A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D985A9 is #267A56. Grayscale: #A2A2A2. Windows color (decimal): -2521687 or 11109849. OLE color: 11109849.

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

Color convert

RGB217133169-
CMYK00.390.220.15
HSL334.29º52.5%68.63%-
HSV(B)334.29º38.71%85.1%-
XYZ44.1634.3941.85-
YUV162.22131.83167.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.81%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 169 (66.41% from 255) = 32.56%
R=41.81%
G=25.63%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713316900.390.220.15334.2952.568.63
HexD985A902716F14e3445
Octal331205251047261751664105
Binary11011001100001011010100101001111011011111010011101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985A9; }

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

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

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

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

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

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

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

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