#D99AC5

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

Shades of Shocking #D99AC5

Tints of Shocking #D99AC5

Color information

#D99AC5 (or 0xD99AC5) is unknown color: approx Shocking. HEX triplet: D9, 9A and C5. RGB value is (217,154,197). Sum of RGB (Red+Green+Blue) = 217+154+197=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AC5 is #26653A. Grayscale: #B1B1B1. Windows color (decimal): -2516283 or 12950233. OLE color: 12950233.

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

Color convert

RGB217154197-
CMYK00.290.090.15
HSL319.05º45.32%72.75%-
HSV(B)319.05º29.03%85.1%-
XYZ50.2541.8958.26-
YUV177.74138.87156-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 197 (77.34% from 255) = 34.68%
R=38.20%
G=27.11%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715419700.290.090.15319.0545.3272.75
HexD99AC501D9F13f2d49
Octal331232305035111747755111
Binary110110011001101011000101011101100111111001111111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99AC5; }

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

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

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

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

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

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

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

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