#D997BA

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

Shades of Shocking #D997BA

Tints of Shocking #D997BA

Color information

#D997BA (or 0xD997BA) is unknown color: approx Shocking. HEX triplet: D9, 97 and BA. RGB value is (217,151,186). Sum of RGB (Red+Green+Blue) = 217+151+186=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D997BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997BA is #266845. Grayscale: #AEAEAE. Windows color (decimal): -2517062 or 12228569. OLE color: 12228569.

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

Color convert

RGB217151186-
CMYK00.300.140.15
HSL328.18º46.48%72.16%-
HSV(B)328.18º30.41%85.1%-
XYZ48.5440.4351.7-
YUV174.72134.37158.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=39.17%
G=27.26%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715118600.300.140.15328.1846.4872.16
HexD997BA01EEF1482e48
Octal331227272036161751056110
Binary110110011001011110111010011110111011111010010001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997BA; }

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

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

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

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

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

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

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

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