#DD98CD

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

Shades of Plum #DD98CD

Tints of Plum #DD98CD

Color information

#DD98CD (or 0xDD98CD) is unknown color: approx Plum. HEX triplet: DD, 98 and CD. RGB value is (221,152,205). Sum of RGB (Red+Green+Blue) = 221+152+205=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98CD is #226732. Grayscale: #B2B2B2. Windows color (decimal): -2254643 or 13474013. OLE color: 13474013.

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

Color convert

RGB221152205-
CMYK00.310.070.13
HSL313.91º50.36%73.14%-
HSV(B)313.91º31.22%86.67%-
XYZ52.0742.2463.17-
YUV178.67142.86158.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 152 (59.77% from 255) = 26.30%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=38.24%
G=26.30%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115220500.310.070.13313.9150.3673.14
HexDD98CD01F7D13a3249
Octal33523031503771547262111
Binary11011101100110001100110101111111111011001110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98CD; }

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

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

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

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

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

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

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

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