#D984A9

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

Shades of Kobi #D984A9

Tints of Kobi #D984A9

Color information

#D984A9 (or 0xD984A9) is unknown color: approx Kobi. HEX triplet: D9, 84 and A9. RGB value is (217,132,169). Sum of RGB (Red+Green+Blue) = 217+132+169=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D984A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D984A9 is #267B56. Grayscale: #A1A1A1. Windows color (decimal): -2521943 or 11109593. OLE color: 11109593.

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

Color convert

RGB217132169-
CMYK00.390.220.15
HSL333.88º52.8%68.43%-
HSV(B)333.88º39.17%85.1%-
XYZ44.0334.1241.8-
YUV161.63132.16167.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.89%
GREEN value IS 132 (51.95% from 255) = 25.48%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=41.89%
G=25.48%
B=32.63%

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
Decimal21713216900.390.220.15333.8852.868.43
HexD984A902716F14e3544
Octal331204251047261751665104
Binary11011001100001001010100101001111011011111010011101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984A9; }

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

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

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

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

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

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

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

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