#D893AD

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

Shades of Kobi #D893AD

Tints of Kobi #D893AD

Color information

#D893AD (or 0xD893AD) is unknown color: approx Kobi. HEX triplet: D8, 93 and AD. RGB value is (216,147,173). Sum of RGB (Red+Green+Blue) = 216+147+173=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D893AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D893AD is #276C52. Grayscale: #AAAAAA. Windows color (decimal): -2583635 or 11375576. OLE color: 11375576.

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

Color convert

RGB216147173-
CMYK00.320.200.15
HSL337.39º46.94%71.18%-
HSV(B)337.39º31.94%84.71%-
XYZ46.338.4844.52-
YUV170.6129.36160.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=40.30%
G=27.43%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614717300.320.200.15337.3946.9471.18
HexD893AD02014F1512f47
Octal330223255040241752157107
Binary11011000100100111010110101000001010011111010100011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893AD; }

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

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

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

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

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

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

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

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