#D99FBE

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

Shades of Shocking #D99FBE

Tints of Shocking #D99FBE

Color information

#D99FBE (or 0xD99FBE) is unknown color: approx Shocking. HEX triplet: D9, 9F and BE. RGB value is (217,159,190). Sum of RGB (Red+Green+Blue) = 217+159+190=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FBE is #266041. Grayscale: #B3B3B3. Windows color (decimal): -2515010 or 12492761. OLE color: 12492761.

HSL color Cylindrical-coordinate representation of color #D99FBE: hue angle of 327.93º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99FBE is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217159190-
CMYK00.270.120.15
HSL327.93º43.28%73.73%-
HSV(B)327.93º26.73%85.1%-
XYZ50.3143.2754.41-
YUV179.88133.72154.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=38.34%
G=28.09%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715919000.270.120.15327.9343.2873.73
HexD99FBE01BCF1482b4a
Octal331237276033141751053112
Binary110110011001111110111110011011110011111010010001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FBE; }

 p { color: rgb(217,159,190); }

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

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

 a { background-color: rgb(217,159,190); }

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

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

 span { border-color: rgb(217,159,190); }

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