#D894BA

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

Shades of Shocking #D894BA

Tints of Shocking #D894BA

Color information

#D894BA (or 0xD894BA) is unknown color: approx Shocking. HEX triplet: D8, 94 and BA. RGB value is (216,148,186). Sum of RGB (Red+Green+Blue) = 216+148+186=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D894BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894BA is #276B45. Grayscale: #ACACAC. Windows color (decimal): -2583366 or 12227800. OLE color: 12227800.

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

Color convert

RGB216148186-
CMYK00.310.140.15
HSL326.47º46.58%71.37%-
HSV(B)326.47º31.48%84.71%-
XYZ47.7739.3251.53-
YUV172.66135.53158.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 148 (58.20% from 255) = 26.91%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=39.27%
G=26.91%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614818600.310.140.15326.4746.5871.37
HexD894BA01FEF1462f47
Octal330224272037161750657107
Binary110110001001010010111010011111111011111010001101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D894BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D894BA; }

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

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

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

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

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

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

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

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