#D99ABE

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

Shades of Shocking #D99ABE

Tints of Shocking #D99ABE

Color information

#D99ABE (or 0xD99ABE) is unknown color: approx Shocking. HEX triplet: D9, 9A and BE. RGB value is (217,154,190). Sum of RGB (Red+Green+Blue) = 217+154+190=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ABE is #266541. Grayscale: #B0B0B0. Windows color (decimal): -2516290 or 12491481. OLE color: 12491481.

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

Color convert

RGB217154190-
CMYK00.290.120.15
HSL325.71º45.32%72.75%-
HSV(B)325.71º29.03%85.1%-
XYZ49.4741.5854.13-
YUV176.94135.37156.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=38.68%
G=27.45%
B=33.87%

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
Decimal21715419000.290.120.15325.7145.3272.75
HexD99ABE01DCF1462d49
Octal331232276035141750655111
Binary110110011001101010111110011101110011111010001101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99ABE; }

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

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

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

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

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

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

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

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