#D893BE

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

Shades of Shocking #D893BE

Tints of Shocking #D893BE

Color information

#D893BE (or 0xD893BE) is unknown color: approx Shocking. HEX triplet: D8, 93 and BE. RGB value is (216,147,190). Sum of RGB (Red+Green+Blue) = 216+147+190=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D893BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893BE is #276C41. Grayscale: #ACACAC. Windows color (decimal): -2583618 or 12489688. OLE color: 12489688.

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

Color convert

RGB216147190-
CMYK00.320.120.15
HSL322.61º46.94%71.18%-
HSV(B)322.61º31.94%84.71%-
XYZ48.0539.1853.75-
YUV172.53137.86159-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 147 (57.81% from 255) = 26.58%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=39.06%
G=26.58%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614719000.320.120.15322.6146.9471.18
HexD893BE020CF1432f47
Octal330223276040141750357107
Binary1101100010010011101111100100000110011111010000111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893BE; }

 p { color: rgb(216,147,190); }

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

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

 a { background-color: rgb(216,147,190); }

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

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

 span { border-color: rgb(216,147,190); }

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