#DD98C9

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

Shades of Shocking #DD98C9

Tints of Shocking #DD98C9

Color information

#DD98C9 (or 0xDD98C9) is unknown color: approx Shocking. HEX triplet: DD, 98 and C9. RGB value is (221,152,201). Sum of RGB (Red+Green+Blue) = 221+152+201=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98C9 is #226736. Grayscale: #B2B2B2. Windows color (decimal): -2254647 or 13211869. OLE color: 13211869.

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

Color convert

RGB221152201-
CMYK00.310.090.13
HSL317.39º50.36%73.14%-
HSV(B)317.39º31.22%86.67%-
XYZ51.5942.0560.65-
YUV178.22140.86158.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 201 (78.91% from 255) = 35.02%
R=38.50%
G=26.48%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115220100.310.090.13317.3950.3673.14
HexDD98C901F9D13d3249
Octal335230311037111547562111
Binary110111011001100011001001011111100111011001111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98C9; }

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

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

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

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

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

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

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

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