#DD98BD

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

Shades of Shocking #DD98BD

Tints of Shocking #DD98BD

Color information

#DD98BD (or 0xDD98BD) is unknown color: approx Shocking. HEX triplet: DD, 98 and BD. RGB value is (221,152,189). Sum of RGB (Red+Green+Blue) = 221+152+189=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98BD is #226742. Grayscale: #B0B0B0. Windows color (decimal): -2254659 or 12425437. OLE color: 12425437.

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

Color convert

RGB221152189-
CMYK00.310.140.13
HSL327.83º50.36%73.14%-
HSV(B)327.83º31.22%86.67%-
XYZ50.2341.553.51-
YUV176.85134.86159.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=39.32%
G=27.05%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115218900.310.140.13327.8350.3673.14
HexDD98BD01FED1483249
Octal335230275037161551062111
Binary110111011001100010111101011111111011011010010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98BD; }

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

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

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

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

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

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

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

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