#D886A8

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

Shades of Kobi #D886A8

Tints of Kobi #D886A8

Color information

#D886A8 (or 0xD886A8) is unknown color: approx Kobi. HEX triplet: D8, 86 and A8. RGB value is (216,134,168). Sum of RGB (Red+Green+Blue) = 216+134+168=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D886A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D886A8 is #277957. Grayscale: #A2A2A2. Windows color (decimal): -2586968 or 11044568. OLE color: 11044568.

HSL color Cylindrical-coordinate representation of color #D886A8: hue angle of 335.12º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D886A8 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB216134168-
CMYK00.380.220.15
HSL335.12º51.25%68.63%-
HSV(B)335.12º37.96%84.71%-
XYZ43.9134.4841.39-
YUV162.39131.17166.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.70%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 168 (66.02% from 255) = 32.43%
R=41.70%
G=25.87%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613416800.380.220.15335.1251.2568.63
HexD886A802616F14f3345
Octal330206250046261751763105
Binary11011000100001101010100001001101011011111010011111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D886A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D886A8; }

 p { color: rgb(216,134,168); }

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

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

 a { background-color: rgb(216,134,168); }

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

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

 span { border-color: rgb(216,134,168); }

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