#D99AB9

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

Shades of Shocking #D99AB9

Tints of Shocking #D99AB9

Color information

#D99AB9 (or 0xD99AB9) is unknown color: approx Shocking. HEX triplet: D9, 9A and B9. RGB value is (217,154,185). Sum of RGB (Red+Green+Blue) = 217+154+185=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AB9 is #266546. Grayscale: #B0B0B0. Windows color (decimal): -2516295 or 12163801. OLE color: 12163801.

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

Color convert

RGB217154185-
CMYK00.290.150.15
HSL330.48º45.32%72.75%-
HSV(B)330.48º29.03%85.1%-
XYZ48.9341.3751.3-
YUV176.37132.87156.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 185 (72.66% from 255) = 33.27%
R=39.03%
G=27.70%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715418500.290.150.15330.4845.3272.75
HexD99AB901DFF14a2d49
Octal331232271035171751255111
Binary110110011001101010111001011101111111111010010101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99AB9; }

 p { color: rgb(217,154,185); }

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

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

 a { background-color: rgb(217,154,185); }

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

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

 span { border-color: rgb(217,154,185); }

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