#D891A4

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

Shades of Kobi #D891A4

Tints of Kobi #D891A4

Color information

#D891A4 (or 0xD891A4) is unknown color: approx Kobi. HEX triplet: D8, 91 and A4. RGB value is (216,145,164). Sum of RGB (Red+Green+Blue) = 216+145+164=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D891A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D891A4 is #276E5B. Grayscale: #A8A8A8. Windows color (decimal): -2584156 or 10785240. OLE color: 10785240.

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

Color convert

RGB216145164-
CMYK00.330.240.15
HSL343.94º47.65%70.78%-
HSV(B)343.94º32.87%84.71%-
XYZ45.1537.5339.99-
YUV168.4125.52161.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.14%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=41.14%
G=27.62%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614516400.330.240.15343.9447.6570.78
HexD891A402118F1583047
Octal330221244041301753060107
Binary11011000100100011010010001000011100011111010110001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D891A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D891A4; }

 p { color: rgb(216,145,164); }

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

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

 a { background-color: rgb(216,145,164); }

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

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

 span { border-color: rgb(216,145,164); }

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