#D982A8

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

Shades of Kobi #D982A8

Tints of Kobi #D982A8

Color information

#D982A8 (or 0xD982A8) is unknown color: approx Kobi. HEX triplet: D9, 82 and A8. RGB value is (217,130,168). Sum of RGB (Red+Green+Blue) = 217+130+168=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D982A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D982A8 is #267D57. Grayscale: #A0A0A0. Windows color (decimal): -2522456 or 11043545. OLE color: 11043545.

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

Color convert

RGB217130168-
CMYK00.400.230.15
HSL333.79º53.37%68.04%-
HSV(B)333.79º40.09%85.1%-
XYZ43.6733.5441.22-
YUV160.34132.32168.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 168 (66.02% from 255) = 32.62%
R=42.14%
G=25.24%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713016800.400.230.15333.7953.3768.04
HexD982A802817F14e3544
Octal331202250050271751665104
Binary11011001100000101010100001010001011111111010011101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982A8; }

 p { color: rgb(217,130,168); }

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

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

 a { background-color: rgb(217,130,168); }

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

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

 span { border-color: rgb(217,130,168); }

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