#D882A6

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

Shades of Kobi #D882A6

Tints of Kobi #D882A6

Color information

#D882A6 (or 0xD882A6) is unknown color: approx Kobi. HEX triplet: D8, 82 and A6. RGB value is (216,130,166). Sum of RGB (Red+Green+Blue) = 216+130+166=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D882A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D882A6 is #277D59. Grayscale: #9F9F9F. Windows color (decimal): -2587994 or 10912472. OLE color: 10912472.

HSL color Cylindrical-coordinate representation of color #D882A6: hue angle of 334.88º degrees, saturation: 0.52, 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 #D882A6 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB216130166-
CMYK00.400.230.15
HSL334.88º52.44%67.84%-
HSV(B)334.88º39.81%84.71%-
XYZ43.1833.3240.23-
YUV159.82131.49168.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.19%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 166 (65.23% from 255) = 32.42%
R=42.19%
G=25.39%
B=32.42%

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
Decimal21613016600.400.230.15334.8852.4467.84
HexD882A602817F14f3444
Octal330202246050271751764104
Binary11011000100000101010011001010001011111111010011111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D882A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D882A6; }

 p { color: rgb(216,130,166); }

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

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

 a { background-color: rgb(216,130,166); }

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

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

 span { border-color: rgb(216,130,166); }

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