#D990C7

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

Shades of Shocking #D990C7

Tints of Shocking #D990C7

Color information

#D990C7 (or 0xD990C7) is unknown color: approx Shocking. HEX triplet: D9, 90 and C7. RGB value is (217,144,199). Sum of RGB (Red+Green+Blue) = 217+144+199=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D990C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990C7 is #266F38. Grayscale: #ABABAB. Windows color (decimal): -2518841 or 13078745. OLE color: 13078745.

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

Color convert

RGB217144199-
CMYK00.340.080.15
HSL314.79º48.99%70.78%-
HSV(B)314.79º33.64%85.1%-
XYZ48.938.8258.95-
YUV172.1143.18160.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 144 (56.64% from 255) = 25.71%
BLUE value IS 199 (78.12% from 255) = 35.54%
R=38.75%
G=25.71%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714419900.340.080.15314.7948.9970.78
HexD990C70228F13b3147
Octal331220307042101747361107
Binary1101100110010000110001110100010100011111001110111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D990C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D990C7; }

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

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

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

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

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

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

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

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