#D892AD

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

Shades of Kobi #D892AD

Tints of Kobi #D892AD

Color information

#D892AD (or 0xD892AD) is unknown color: approx Kobi. HEX triplet: D8, 92 and AD. RGB value is (216,146,173). Sum of RGB (Red+Green+Blue) = 216+146+173=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D892AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D892AD is #276D52. Grayscale: #A9A9A9. Windows color (decimal): -2583891 or 11375320. OLE color: 11375320.

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

Color convert

RGB216146173-
CMYK00.320.200.15
HSL336.86º47.3%70.98%-
HSV(B)336.86º32.41%84.71%-
XYZ46.1438.1744.47-
YUV170.01129.69160.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=40.37%
G=27.29%
B=32.34%

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
Decimal21614617300.320.200.15336.8647.370.98
HexD892AD02014F1512f47
Octal330222255040241752157107
Binary11011000100100101010110101000001010011111010100011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D892AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D892AD; }

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

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

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

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

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

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

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

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