#D999C5

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

Shades of Shocking #D999C5

Tints of Shocking #D999C5

Color information

#D999C5 (or 0xD999C5) is unknown color: approx Shocking. HEX triplet: D9, 99 and C5. RGB value is (217,153,197). Sum of RGB (Red+Green+Blue) = 217+153+197=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D999C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999C5 is #26663A. Grayscale: #B1B1B1. Windows color (decimal): -2516539 or 12949977. OLE color: 12949977.

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

Color convert

RGB217153197-
CMYK00.290.090.15
HSL318.75º45.71%72.55%-
HSV(B)318.75º29.49%85.1%-
XYZ50.0841.5758.21-
YUV177.15139.2156.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 153 (60.16% from 255) = 26.98%
BLUE value IS 197 (77.34% from 255) = 34.74%
R=38.27%
G=26.98%
B=34.74%

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
Decimal21715319700.290.090.15318.7545.7172.55
HexD999C501D9F13f2e49
Octal331231305035111747756111
Binary110110011001100111000101011101100111111001111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999C5; }

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

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

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

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

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

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

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

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