#D486A9

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

Shades of Kobi #D486A9

Tints of Kobi #D486A9

Color information

#D486A9 (or 0xD486A9) is unknown color: approx Kobi. HEX triplet: D4, 86 and A9. RGB value is (212,134,169). Sum of RGB (Red+Green+Blue) = 212+134+169=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D486A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D486A9 is #2B7956. Grayscale: #A1A1A1. Windows color (decimal): -2849111 or 11110100. OLE color: 11110100.

HSL color Cylindrical-coordinate representation of color #D486A9: hue angle of 333.08º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D486A9 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212134169-
CMYK00.370.200.17
HSL333.08º47.56%67.84%-
HSV(B)333.08º36.79%83.14%-
XYZ42.8433.9141.82-
YUV161.31132.34164.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 134 (52.73% from 255) = 26.02%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=41.17%
G=26.02%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213416900.370.200.17333.0847.5667.84
HexD486A9025141114d3044
Octal324206251045242151560104
Binary110101001000011010101001010010110100100011010011011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486A9; }

 p { color: rgb(212,134,169); }

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

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

 a { background-color: rgb(212,134,169); }

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

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

 span { border-color: rgb(212,134,169); }

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