#DD98C7

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

Shades of Shocking #DD98C7

Tints of Shocking #DD98C7

Color information

#DD98C7 (or 0xDD98C7) is unknown color: approx Shocking. HEX triplet: DD, 98 and C7. RGB value is (221,152,199). Sum of RGB (Red+Green+Blue) = 221+152+199=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98C7 is #226738. Grayscale: #B1B1B1. Windows color (decimal): -2254649 or 13080797. OLE color: 13080797.

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

Color convert

RGB221152199-
CMYK00.310.100.13
HSL319.13º50.36%73.14%-
HSV(B)319.13º31.22%86.67%-
XYZ51.3641.9559.42-
YUV177.99139.86158.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 152 (59.77% from 255) = 26.57%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=38.64%
G=26.57%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115219900.310.100.13319.1350.3673.14
HexDD98C701FAD13f3249
Octal335230307037121547762111
Binary110111011001100011000111011111101011011001111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98C7; }

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

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

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

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

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

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

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

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