#D999C3

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

Shades of Shocking #D999C3

Tints of Shocking #D999C3

Color information

#D999C3 (or 0xD999C3) is unknown color: approx Shocking. HEX triplet: D9, 99 and C3. RGB value is (217,153,195). Sum of RGB (Red+Green+Blue) = 217+153+195=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D999C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999C3 is #26663C. Grayscale: #B0B0B0. Windows color (decimal): -2516541 or 12818905. OLE color: 12818905.

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

Color convert

RGB217153195-
CMYK00.290.100.15
HSL320.62º45.71%72.55%-
HSV(B)320.62º29.49%85.1%-
XYZ49.8641.4757.01-
YUV176.92138.2156.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 195 (76.56% from 255) = 34.51%
R=38.41%
G=27.08%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715319500.290.100.15320.6245.7172.55
HexD999C301DAF1412e49
Octal331231303035121750156111
Binary110110011001100111000011011101101011111010000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999C3; }

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

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

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

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

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

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

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

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