#D886B2

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

Shades of Kobi #D886B2

Tints of Kobi #D886B2

Color information

#D886B2 (or 0xD886B2) is unknown color: approx Kobi. HEX triplet: D8, 86 and B2. RGB value is (216,134,178). Sum of RGB (Red+Green+Blue) = 216+134+178=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D886B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D886B2 is #27794D. Grayscale: #A3A3A3. Windows color (decimal): -2586958 or 11699928. OLE color: 11699928.

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

Color convert

RGB216134178-
CMYK00.380.180.15
HSL327.8º51.25%68.63%-
HSV(B)327.8º37.96%84.71%-
XYZ44.8834.8646.48-
YUV163.53136.17165.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=40.91%
G=25.38%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613417800.380.180.15327.851.2568.63
HexD886B202612F1483345
Octal330206262046221751063105
Binary11011000100001101011001001001101001011111010010001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D886B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D886B2; }

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

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

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

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

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

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

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

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