#D98DBE

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

Shades of Shocking #D98DBE

Tints of Shocking #D98DBE

Color information

#D98DBE (or 0xD98DBE) is unknown color: approx Shocking. HEX triplet: D9, 8D and BE. RGB value is (217,141,190). Sum of RGB (Red+Green+Blue) = 217+141+190=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DBE is #267241. Grayscale: #A9A9A9. Windows color (decimal): -2519618 or 12488153. OLE color: 12488153.

HSL color Cylindrical-coordinate representation of color #D98DBE: hue angle of 321.32º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98DBE is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217141190-
CMYK00.350.120.15
HSL321.32º50%70.2%-
HSV(B)321.32º35.02%85.1%-
XYZ47.4337.5253.46-
YUV169.31139.68162.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=39.60%
G=25.73%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714119000.350.120.15321.325070.2
HexD98DBE023CF1413246
Octal331215276043141750162106
Binary1101100110001101101111100100011110011111010000011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DBE; }

 p { color: rgb(217,141,190); }

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

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

 a { background-color: rgb(217,141,190); }

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

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

 span { border-color: rgb(217,141,190); }

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