#DD98B6

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

Shades of Shocking #DD98B6

Tints of Shocking #DD98B6

Color information

#DD98B6 (or 0xDD98B6) is unknown color: approx Shocking. HEX triplet: DD, 98 and B6. RGB value is (221,152,182). Sum of RGB (Red+Green+Blue) = 221+152+182=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98B6 is #226749. Grayscale: #B0B0B0. Windows color (decimal): -2254666 or 11966685. OLE color: 11966685.

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

Color convert

RGB221152182-
CMYK00.310.180.13
HSL333.91º50.36%73.14%-
HSV(B)333.91º31.22%86.67%-
XYZ49.4941.2149.6-
YUV176.05131.36160.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 182 (71.48% from 255) = 32.79%
R=39.82%
G=27.39%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115218200.310.180.13333.9150.3673.14
HexDD98B601F12D14e3249
Octal335230266037221551662111
Binary1101110110011000101101100111111001011011010011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98B6; }

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

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

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

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

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

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

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

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