#D999C0

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

Shades of Shocking #D999C0

Tints of Shocking #D999C0

Color information

#D999C0 (or 0xD999C0) is unknown color: approx Shocking. HEX triplet: D9, 99 and C0. RGB value is (217,153,192). Sum of RGB (Red+Green+Blue) = 217+153+192=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D999C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999C0 is #26663F. Grayscale: #B0B0B0. Windows color (decimal): -2516544 or 12622297. OLE color: 12622297.

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

Color convert

RGB217153192-
CMYK00.290.120.15
HSL323.44º45.71%72.55%-
HSV(B)323.44º29.49%85.1%-
XYZ49.5241.3455.24-
YUV176.58136.7156.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 192 (75.39% from 255) = 34.16%
R=38.61%
G=27.22%
B=34.16%

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
Decimal21715319200.290.120.15323.4445.7172.55
HexD999C001DCF1432e49
Octal331231300035141750356111
Binary110110011001100111000000011101110011111010000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999C0; }

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

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

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

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

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

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

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

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