#DD98C1

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

Shades of Shocking #DD98C1

Tints of Shocking #DD98C1

Color information

#DD98C1 (or 0xDD98C1) is unknown color: approx Shocking. HEX triplet: DD, 98 and C1. RGB value is (221,152,193). Sum of RGB (Red+Green+Blue) = 221+152+193=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98C1 is #22673E. Grayscale: #B1B1B1. Windows color (decimal): -2254655 or 12687581. OLE color: 12687581.

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

Color convert

RGB221152193-
CMYK00.310.130.13
HSL324.35º50.36%73.14%-
HSV(B)324.35º31.22%86.67%-
XYZ50.6741.6855.83-
YUV177.3136.86159.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 152 (59.77% from 255) = 26.86%
BLUE value IS 193 (75.78% from 255) = 34.10%
R=39.05%
G=26.86%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115219300.310.130.13324.3550.3673.14
HexDD98C101FDD1443249
Octal335230301037151550462111
Binary110111011001100011000001011111110111011010001001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98C1; }

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

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

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

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

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

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

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

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