#D990BC

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

Shades of Shocking #D990BC

Tints of Shocking #D990BC

Color information

#D990BC (or 0xD990BC) is unknown color: approx Shocking. HEX triplet: D9, 90 and BC. RGB value is (217,144,188). Sum of RGB (Red+Green+Blue) = 217+144+188=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D990BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990BC is #266F43. Grayscale: #AAAAAA. Windows color (decimal): -2518852 or 12357849. OLE color: 12357849.

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

Color convert

RGB217144188-
CMYK00.340.130.15
HSL323.84º48.99%70.78%-
HSV(B)323.84º33.64%85.1%-
XYZ47.6738.3352.46-
YUV170.84137.68160.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 188 (73.83% from 255) = 34.24%
R=39.53%
G=26.23%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714418800.340.130.15323.8448.9970.78
HexD990BC022DF1443147
Octal331220274042151750461107
Binary1101100110010000101111000100010110111111010001001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D990BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D990BC; }

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

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

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

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

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

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

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

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