#D999C1

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

Shades of Shocking #D999C1

Tints of Shocking #D999C1

Color information

#D999C1 (or 0xD999C1) is unknown color: approx Shocking. HEX triplet: D9, 99 and C1. RGB value is (217,153,193). Sum of RGB (Red+Green+Blue) = 217+153+193=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D999C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999C1 is #26663E. Grayscale: #B0B0B0. Windows color (decimal): -2516543 or 12687833. OLE color: 12687833.

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

Color convert

RGB217153193-
CMYK00.290.110.15
HSL322.5º45.71%72.55%-
HSV(B)322.5º29.49%85.1%-
XYZ49.6341.3855.82-
YUV176.7137.2156.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 153 (60.16% from 255) = 27.18%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=38.54%
G=27.18%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715319300.290.110.15322.545.7172.55
HexD999C101DBF1422e49
Octal331231301035131750256111
Binary110110011001100111000001011101101111111010000101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999C1; }

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

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

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

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

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

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

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

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