#D893C6

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

Shades of Shocking #D893C6

Tints of Shocking #D893C6

Color information

#D893C6 (or 0xD893C6) is unknown color: approx Shocking. HEX triplet: D8, 93 and C6. RGB value is (216,147,198). Sum of RGB (Red+Green+Blue) = 216+147+198=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D893C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893C6 is #276C39. Grayscale: #ADADAD. Windows color (decimal): -2583610 or 13013976. OLE color: 13013976.

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

Color convert

RGB216147198-
CMYK00.320.080.15
HSL315.65º46.94%71.18%-
HSV(B)315.65º31.94%84.71%-
XYZ48.9539.5458.48-
YUV173.44141.86158.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 147 (57.81% from 255) = 26.20%
BLUE value IS 198 (77.73% from 255) = 35.29%
R=38.50%
G=26.20%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614719800.320.080.15315.6546.9471.18
HexD893C60208F13c2f47
Octal330223306040101747457107
Binary1101100010010011110001100100000100011111001111001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893C6; }

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

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

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

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

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

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

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

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