#D997C7

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

Shades of Shocking #D997C7

Tints of Shocking #D997C7

Color information

#D997C7 (or 0xD997C7) is unknown color: approx Shocking. HEX triplet: D9, 97 and C7. RGB value is (217,151,199). Sum of RGB (Red+Green+Blue) = 217+151+199=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D997C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997C7 is #266838. Grayscale: #B0B0B0. Windows color (decimal): -2517049 or 13080537. OLE color: 13080537.

HSL color Cylindrical-coordinate representation of color #D997C7: hue angle of 316.36º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997C7 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217151199-
CMYK00.300.080.15
HSL316.36º46.48%72.16%-
HSV(B)316.36º30.41%85.1%-
XYZ49.9941.0159.31-
YUV176.21140.87157.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 199 (78.12% from 255) = 35.10%
R=38.27%
G=26.63%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715119900.300.080.15316.3646.4872.16
HexD997C701E8F13c2e48
Octal331227307036101747456110
Binary110110011001011111000111011110100011111001111001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997C7; }

 p { color: rgb(217,151,199); }

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

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

 a { background-color: rgb(217,151,199); }

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

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

 span { border-color: rgb(217,151,199); }

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