#DD98D6

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

Shades of Plum #DD98D6

Tints of Plum #DD98D6

Color information

#DD98D6 (or 0xDD98D6) is unknown color: approx Plum. HEX triplet: DD, 98 and D6. RGB value is (221,152,214). Sum of RGB (Red+Green+Blue) = 221+152+214=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98D6 is #226729. Grayscale: #B3B3B3. Windows color (decimal): -2254634 or 14063837. OLE color: 14063837.

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

Color convert

RGB221152214-
CMYK00.310.030.13
HSL306.09º50.36%73.14%-
HSV(B)306.09º31.22%86.67%-
XYZ53.1842.6869.05-
YUV179.7147.36157.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 152 (59.77% from 255) = 25.89%
BLUE value IS 214 (83.98% from 255) = 36.46%
R=37.65%
G=25.89%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115221400.310.030.13306.0950.3673.14
HexDD98D601F3D1323249
Octal33523032603731546262111
Binary1101110110011000110101100111111111011001100101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98D6; }

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

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

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

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

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

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

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

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