#D999BD

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

Shades of Shocking #D999BD

Tints of Shocking #D999BD

Color information

#D999BD (or 0xD999BD) is unknown color: approx Shocking. HEX triplet: D9, 99 and BD. RGB value is (217,153,189). Sum of RGB (Red+Green+Blue) = 217+153+189=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D999BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999BD is #266642. Grayscale: #B0B0B0. Windows color (decimal): -2516547 or 12425689. OLE color: 12425689.

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

Color convert

RGB217153189-
CMYK00.290.130.15
HSL326.25º45.71%72.55%-
HSV(B)326.25º29.49%85.1%-
XYZ49.1941.2153.51-
YUV176.24135.2157.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 153 (60.16% from 255) = 27.37%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=38.82%
G=27.37%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715318900.290.130.15326.2545.7172.55
HexD999BD01DDF1462e49
Octal331231275035151750656111
Binary110110011001100110111101011101110111111010001101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999BD; }

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

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

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

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

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

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

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

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