#D993C0

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

Shades of Shocking #D993C0

Tints of Shocking #D993C0

Color information

#D993C0 (or 0xD993C0) is unknown color: approx Shocking. HEX triplet: D9, 93 and C0. RGB value is (217,147,192). Sum of RGB (Red+Green+Blue) = 217+147+192=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D993C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993C0 is #266C3F. Grayscale: #ACACAC. Windows color (decimal): -2518080 or 12620761. OLE color: 12620761.

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

Color convert

RGB217147192-
CMYK00.320.120.15
HSL321.43º47.95%71.37%-
HSV(B)321.43º32.26%85.1%-
XYZ48.5639.4254.92-
YUV173.06138.69159.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 147 (57.81% from 255) = 26.44%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=39.03%
G=26.44%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714719200.320.120.15321.4347.9571.37
HexD993C0020CF1413047
Octal331223300040141750160107
Binary1101100110010011110000000100000110011111010000011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993C0; }

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

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

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

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

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

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

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

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