#D993C2

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

Shades of Shocking #D993C2

Tints of Shocking #D993C2

Color information

#D993C2 (or 0xD993C2) is unknown color: approx Shocking. HEX triplet: D9, 93 and C2. RGB value is (217,147,194). Sum of RGB (Red+Green+Blue) = 217+147+194=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D993C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993C2 is #266C3D. Grayscale: #ADADAD. Windows color (decimal): -2518078 or 12751833. OLE color: 12751833.

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

Color convert

RGB217147194-
CMYK00.320.110.15
HSL319.71º47.95%71.37%-
HSV(B)319.71º32.26%85.1%-
XYZ48.7939.5156.09-
YUV173.29139.69159.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 194 (76.17% from 255) = 34.77%
R=38.89%
G=26.34%
B=34.77%

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
Decimal21714719400.320.110.15319.7147.9571.37
HexD993C2020BF1403047
Octal331223302040131750060107
Binary1101100110010011110000100100000101111111010000001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993C2; }

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

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

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

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

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

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

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

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