#D997B7

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

Shades of Shocking #D997B7

Tints of Shocking #D997B7

Color information

#D997B7 (or 0xD997B7) is unknown color: approx Shocking. HEX triplet: D9, 97 and B7. RGB value is (217,151,183). Sum of RGB (Red+Green+Blue) = 217+151+183=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D997B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997B7 is #266848. Grayscale: #AEAEAE. Windows color (decimal): -2517065 or 12031961. OLE color: 12031961.

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

Color convert

RGB217151183-
CMYK00.300.160.15
HSL330.91º46.48%72.16%-
HSV(B)330.91º30.41%85.1%-
XYZ48.2340.350.04-
YUV174.38132.87158.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 183 (71.88% from 255) = 33.21%
R=39.38%
G=27.40%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715118300.300.160.15330.9146.4872.16
HexD997B701E10F14b2e48
Octal331227267036201751356110
Binary1101100110010111101101110111101000011111010010111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997B7; }

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

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

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

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

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

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

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

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