#D995C1

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

Shades of Shocking #D995C1

Tints of Shocking #D995C1

Color information

#D995C1 (or 0xD995C1) is unknown color: approx Shocking. HEX triplet: D9, 95 and C1. RGB value is (217,149,193). Sum of RGB (Red+Green+Blue) = 217+149+193=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D995C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995C1 is #266A3E. Grayscale: #AEAEAE. Windows color (decimal): -2517567 or 12686809. OLE color: 12686809.

HSL color Cylindrical-coordinate representation of color #D995C1: hue angle of 321.18º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D995C1 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB217149193-
CMYK00.310.110.15
HSL321.18º47.22%71.76%-
HSV(B)321.18º31.34%85.1%-
XYZ48.9940.155.61-
YUV174.35138.53158.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=38.82%
G=26.65%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714919300.310.110.15321.1847.2271.76
HexD995C101FBF1412f48
Octal331225301037131750157110
Binary110110011001010111000001011111101111111010000011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995C1; }

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

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

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

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

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

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

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

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