#D99ABA

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

Shades of Shocking #D99ABA

Tints of Shocking #D99ABA

Color information

#D99ABA (or 0xD99ABA) is unknown color: approx Shocking. HEX triplet: D9, 9A and BA. RGB value is (217,154,186). Sum of RGB (Red+Green+Blue) = 217+154+186=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ABA is #266545. Grayscale: #B0B0B0. Windows color (decimal): -2516294 or 12229337. OLE color: 12229337.

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

Color convert

RGB217154186-
CMYK00.290.140.15
HSL329.52º45.32%72.75%-
HSV(B)329.52º29.03%85.1%-
XYZ49.0341.4151.86-
YUV176.48133.37156.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=38.96%
G=27.65%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715418600.290.140.15329.5245.3272.75
HexD99ABA01DEF14a2d49
Octal331232272035161751255111
Binary110110011001101010111010011101111011111010010101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99ABA; }

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

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

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

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

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

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

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

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