#D890AD

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

Shades of Kobi #D890AD

Tints of Kobi #D890AD

Color information

#D890AD (or 0xD890AD) is unknown color: approx Kobi. HEX triplet: D8, 90 and AD. RGB value is (216,144,173). Sum of RGB (Red+Green+Blue) = 216+144+173=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D890AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D890AD is #276F52. Grayscale: #A8A8A8. Windows color (decimal): -2584403 or 11374808. OLE color: 11374808.

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

Color convert

RGB216144173-
CMYK00.330.200.15
HSL335.83º48%70.59%-
HSV(B)335.83º33.33%84.71%-
XYZ45.8337.5644.37-
YUV168.83130.35161.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=40.53%
G=27.02%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614417300.330.200.15335.834870.59
HexD890AD02114F1503047
Octal330220255041241752060107
Binary11011000100100001010110101000011010011111010100001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890AD; }

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

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

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

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

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

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

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

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