#D893A3

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

Shades of Kobi #D893A3

Tints of Kobi #D893A3

Color information

#D893A3 (or 0xD893A3) is unknown color: approx Kobi. HEX triplet: D8, 93 and A3. RGB value is (216,147,163). Sum of RGB (Red+Green+Blue) = 216+147+163=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D893A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D893A3 is #276C5C. Grayscale: #A9A9A9. Windows color (decimal): -2583645 or 10720216. OLE color: 10720216.

HSL color Cylindrical-coordinate representation of color #D893A3: hue angle of 346.09º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D893A3 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB216147163-
CMYK00.320.250.15
HSL346.09º46.94%71.18%-
HSV(B)346.09º31.94%84.71%-
XYZ45.3638.1139.62-
YUV169.46124.36161.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 147 (57.81% from 255) = 27.95%
BLUE value IS 163 (64.06% from 255) = 30.99%
R=41.06%
G=27.95%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614716300.320.250.15346.0946.9471.18
HexD893A302019F15a2f47
Octal330223243040311753257107
Binary11011000100100111010001101000001100111111010110101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893A3; }

 p { color: rgb(216,147,163); }

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

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

 a { background-color: rgb(216,147,163); }

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

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

 span { border-color: rgb(216,147,163); }

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