#D890A8

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

Shades of Kobi #D890A8

Tints of Kobi #D890A8

Color information

#D890A8 (or 0xD890A8) is unknown color: approx Kobi. HEX triplet: D8, 90 and A8. RGB value is (216,144,168). Sum of RGB (Red+Green+Blue) = 216+144+168=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D890A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D890A8 is #276F57. Grayscale: #A8A8A8. Windows color (decimal): -2584408 or 11047128. OLE color: 11047128.

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

Color convert

RGB216144168-
CMYK00.330.220.15
HSL340º48%70.59%-
HSV(B)340º33.33%84.71%-
XYZ45.3637.3741.87-
YUV168.26127.85162.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 144 (56.64% from 255) = 27.27%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=40.91%
G=27.27%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614416800.330.220.153404870.59
HexD890A802116F1543047
Octal330220250041261752460107
Binary11011000100100001010100001000011011011111010101001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890A8; }

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

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

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

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

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

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

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

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