#DD98B7

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

Shades of Shocking #DD98B7

Tints of Shocking #DD98B7

Color information

#DD98B7 (or 0xDD98B7) is unknown color: approx Shocking. HEX triplet: DD, 98 and B7. RGB value is (221,152,183). Sum of RGB (Red+Green+Blue) = 221+152+183=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98B7 is #226748. Grayscale: #B0B0B0. Windows color (decimal): -2254665 or 12032221. OLE color: 12032221.

HSL color Cylindrical-coordinate representation of color #DD98B7: hue angle of 333.04º 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 #DD98B7 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB221152183-
CMYK00.310.170.13
HSL333.04º50.36%73.14%-
HSV(B)333.04º31.22%86.67%-
XYZ49.5941.2550.15-
YUV176.16131.86159.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 152 (59.77% from 255) = 27.34%
BLUE value IS 183 (71.88% from 255) = 32.91%
R=39.75%
G=27.34%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115218300.310.170.13333.0450.3673.14
HexDD98B701F11D14d3249
Octal335230267037211551562111
Binary1101110110011000101101110111111000111011010011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98B7; }

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

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

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

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

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

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

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

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