#D992BC

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

Shades of Shocking #D992BC

Tints of Shocking #D992BC

Color information

#D992BC (or 0xD992BC) is unknown color: approx Shocking. HEX triplet: D9, 92 and BC. RGB value is (217,146,188). Sum of RGB (Red+Green+Blue) = 217+146+188=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D992BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992BC is #266D43. Grayscale: #ABABAB. Windows color (decimal): -2518340 or 12358361. OLE color: 12358361.

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

Color convert

RGB217146188-
CMYK00.330.130.15
HSL324.51º48.3%71.18%-
HSV(B)324.51º32.72%85.1%-
XYZ47.9738.9452.56-
YUV172.02137.02160.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=39.38%
G=26.50%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714618800.330.130.15324.5148.371.18
HexD992BC021DF1453047
Octal331222274041151750560107
Binary1101100110010010101111000100001110111111010001011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D992BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D992BC; }

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

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

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

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

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

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

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

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