#D992C7

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

Shades of Shocking #D992C7

Tints of Shocking #D992C7

Color information

#D992C7 (or 0xD992C7) is unknown color: approx Shocking. HEX triplet: D9, 92 and C7. RGB value is (217,146,199). Sum of RGB (Red+Green+Blue) = 217+146+199=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D992C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992C7 is #266D38. Grayscale: #ADADAD. Windows color (decimal): -2518329 or 13079257. OLE color: 13079257.

HSL color Cylindrical-coordinate representation of color #D992C7: hue angle of 315.21º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D992C7 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217146199-
CMYK00.330.080.15
HSL315.21º48.3%71.18%-
HSV(B)315.21º32.72%85.1%-
XYZ49.239.4359.05-
YUV173.27142.52159.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 199 (78.12% from 255) = 35.41%
R=38.61%
G=25.98%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714619900.330.080.15315.2148.371.18
HexD992C70218F13b3047
Octal331222307041101747360107
Binary1101100110010010110001110100001100011111001110111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D992C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D992C7; }

 p { color: rgb(217,146,199); }

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

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

 a { background-color: rgb(217,146,199); }

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

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

 span { border-color: rgb(217,146,199); }

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