#D893C0

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

Shades of Shocking #D893C0

Tints of Shocking #D893C0

Color information

#D893C0 (or 0xD893C0) is unknown color: approx Shocking. HEX triplet: D8, 93 and C0. RGB value is (216,147,192). Sum of RGB (Red+Green+Blue) = 216+147+192=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D893C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893C0 is #276C3F. Grayscale: #ACACAC. Windows color (decimal): -2583616 or 12620760. OLE color: 12620760.

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

Color convert

RGB216147192-
CMYK00.320.110.15
HSL320.87º46.94%71.18%-
HSV(B)320.87º31.94%84.71%-
XYZ48.2739.2754.91-
YUV172.76138.86158.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 192 (75.39% from 255) = 34.59%
R=38.92%
G=26.49%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614719200.320.110.15320.8746.9471.18
HexD893C0020BF1412f47
Octal330223300040131750157107
Binary1101100010010011110000000100000101111111010000011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893C0; }

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

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

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

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

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

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

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

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