#D894A8

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

Shades of Kobi #D894A8

Tints of Kobi #D894A8

Color information

#D894A8 (or 0xD894A8) is unknown color: approx Kobi. HEX triplet: D8, 94 and A8. RGB value is (216,148,168). Sum of RGB (Red+Green+Blue) = 216+148+168=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D894A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D894A8 is #276B57. Grayscale: #AAAAAA. Windows color (decimal): -2583384 or 11048152. OLE color: 11048152.

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

Color convert

RGB216148168-
CMYK00.310.220.15
HSL342.35º46.58%71.37%-
HSV(B)342.35º31.48%84.71%-
XYZ45.9838.6142.07-
YUV170.61126.53160.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 168 (66.02% from 255) = 31.58%
R=40.60%
G=27.82%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614816800.310.220.15342.3546.5871.37
HexD894A801F16F1562f47
Octal330224250037261752657107
Binary1101100010010100101010000111111011011111010101101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D894A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D894A8; }

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

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

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

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

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

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

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

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