#D993C3

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

Shades of Shocking #D993C3

Tints of Shocking #D993C3

Color information

#D993C3 (or 0xD993C3) is unknown color: approx Shocking. HEX triplet: D9, 93 and C3. RGB value is (217,147,195). Sum of RGB (Red+Green+Blue) = 217+147+195=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D993C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993C3 is #266C3C. Grayscale: #ADADAD. Windows color (decimal): -2518077 or 12817369. OLE color: 12817369.

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

Color convert

RGB217147195-
CMYK00.320.100.15
HSL318.86º47.95%71.37%-
HSV(B)318.86º32.26%85.1%-
XYZ48.939.5656.69-
YUV173.4140.19159.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=38.82%
G=26.30%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714719500.320.100.15318.8647.9571.37
HexD993C3020AF13f3047
Octal331223303040121747760107
Binary1101100110010011110000110100000101011111001111111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993C3; }

 p { color: rgb(217,147,195); }

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

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

 a { background-color: rgb(217,147,195); }

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

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

 span { border-color: rgb(217,147,195); }

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