#D999BF

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

Shades of Shocking #D999BF

Tints of Shocking #D999BF

Color information

#D999BF (or 0xD999BF) is unknown color: approx Shocking. HEX triplet: D9, 99 and BF. RGB value is (217,153,191). Sum of RGB (Red+Green+Blue) = 217+153+191=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D999BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999BF is #266640. Grayscale: #B0B0B0. Windows color (decimal): -2516545 or 12556761. OLE color: 12556761.

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

Color convert

RGB217153191-
CMYK00.290.120.15
HSL324.38º45.71%72.55%-
HSV(B)324.38º29.49%85.1%-
XYZ49.4141.354.66-
YUV176.47136.2156.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 191 (75% from 255) = 34.05%
R=38.68%
G=27.27%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715319100.290.120.15324.3845.7172.55
HexD999BF01DCF1442e49
Octal331231277035141750456111
Binary110110011001100110111111011101110011111010001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999BF; }

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

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

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

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

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

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

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

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