#D893B0

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

Shades of Kobi #D893B0

Tints of Kobi #D893B0

Color information

#D893B0 (or 0xD893B0) is unknown color: approx Kobi. HEX triplet: D8, 93 and B0. RGB value is (216,147,176). Sum of RGB (Red+Green+Blue) = 216+147+176=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D893B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D893B0 is #276C4F. Grayscale: #AAAAAA. Windows color (decimal): -2583632 or 11572184. OLE color: 11572184.

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

Color convert

RGB216147176-
CMYK00.320.190.15
HSL334.78º46.94%71.18%-
HSV(B)334.78º31.94%84.71%-
XYZ46.5938.646.07-
YUV170.94130.86160.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=40.07%
G=27.27%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614717600.320.190.15334.7846.9471.18
HexD893B002013F14f2f47
Octal330223260040231751757107
Binary11011000100100111011000001000001001111111010011111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893B0; }

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

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

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

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

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

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

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

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