#D992BF

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

Shades of Shocking #D992BF

Tints of Shocking #D992BF

Color information

#D992BF (or 0xD992BF) is unknown color: approx Shocking. HEX triplet: D9, 92 and BF. RGB value is (217,146,191). Sum of RGB (Red+Green+Blue) = 217+146+191=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D992BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992BF is #266D40. Grayscale: #ACACAC. Windows color (decimal): -2518337 or 12554969. OLE color: 12554969.

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

Color convert

RGB217146191-
CMYK00.330.120.15
HSL321.97º48.3%71.18%-
HSV(B)321.97º32.72%85.1%-
XYZ48.339.0754.29-
YUV172.36138.52159.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 146 (57.42% from 255) = 26.35%
BLUE value IS 191 (75% from 255) = 34.48%
R=39.17%
G=26.35%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714619100.330.120.15321.9748.371.18
HexD992BF021CF1423047
Octal331222277041141750260107
Binary1101100110010010101111110100001110011111010000101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D992BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D992BF; }

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

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

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

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

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

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

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

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