#D893C5

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

Shades of Shocking #D893C5

Tints of Shocking #D893C5

Color information

#D893C5 (or 0xD893C5) is unknown color: approx Shocking. HEX triplet: D8, 93 and C5. RGB value is (216,147,197). Sum of RGB (Red+Green+Blue) = 216+147+197=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D893C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893C5 is #276C3A. Grayscale: #ADADAD. Windows color (decimal): -2583611 or 12948440. OLE color: 12948440.

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

Color convert

RGB216147197-
CMYK00.320.090.15
HSL316.52º46.94%71.18%-
HSV(B)316.52º31.94%84.71%-
XYZ48.8339.557.87-
YUV173.33141.36158.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 197 (77.34% from 255) = 35.18%
R=38.57%
G=26.25%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614719700.320.090.15316.5246.9471.18
HexD893C50209F13d2f47
Octal330223305040111747557107
Binary1101100010010011110001010100000100111111001111011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893C5; }

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

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

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

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

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

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

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

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