#D990C1

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

Shades of Shocking #D990C1

Tints of Shocking #D990C1

Color information

#D990C1 (or 0xD990C1) is unknown color: approx Shocking. HEX triplet: D9, 90 and C1. RGB value is (217,144,193). Sum of RGB (Red+Green+Blue) = 217+144+193=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D990C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990C1 is #266F3E. Grayscale: #ABABAB. Windows color (decimal): -2518847 or 12685529. OLE color: 12685529.

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

Color convert

RGB217144193-
CMYK00.340.110.15
HSL319.73º48.99%70.78%-
HSV(B)319.73º33.64%85.1%-
XYZ48.2138.5555.35-
YUV171.41140.18160.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=39.17%
G=25.99%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714419300.340.110.15319.7348.9970.78
HexD990C1022BF1403147
Octal331220301042131750061107
Binary1101100110010000110000010100010101111111010000001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D990C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D990C1; }

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

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

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

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

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

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

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

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