#DD98BE

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

Shades of Shocking #DD98BE

Tints of Shocking #DD98BE

Color information

#DD98BE (or 0xDD98BE) is unknown color: approx Shocking. HEX triplet: DD, 98 and BE. RGB value is (221,152,190). Sum of RGB (Red+Green+Blue) = 221+152+190=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98BE is #226741. Grayscale: #B0B0B0. Windows color (decimal): -2254658 or 12490973. OLE color: 12490973.

HSL color Cylindrical-coordinate representation of color #DD98BE: hue angle of 326.96º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD98BE is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221152190-
CMYK00.310.140.13
HSL326.96º50.36%73.14%-
HSV(B)326.96º31.22%86.67%-
XYZ50.3441.5554.08-
YUV176.96135.36159.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=39.25%
G=27.00%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115219000.310.140.13326.9650.3673.14
HexDD98BE01FED1473249
Octal335230276037161550762111
Binary110111011001100010111110011111111011011010001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98BE; }

 p { color: rgb(221,152,190); }

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

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

 a { background-color: rgb(221,152,190); }

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

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

 span { border-color: rgb(221,152,190); }

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