#DD98D4

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

Shades of Plum #DD98D4

Tints of Plum #DD98D4

Color information

#DD98D4 (or 0xDD98D4) is unknown color: approx Plum. HEX triplet: DD, 98 and D4. RGB value is (221,152,212). Sum of RGB (Red+Green+Blue) = 221+152+212=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98D4 is #22672B. Grayscale: #B3B3B3. Windows color (decimal): -2254636 or 13932765. OLE color: 13932765.

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

Color convert

RGB221152212-
CMYK00.310.040.13
HSL307.83º50.36%73.14%-
HSV(B)307.83º31.22%86.67%-
XYZ52.9342.5867.72-
YUV179.47146.36157.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 152 (59.77% from 255) = 25.98%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=37.78%
G=25.98%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115221200.310.040.13307.8350.3673.14
HexDD98D401F4D1343249
Octal33523032403741546462111
Binary11011101100110001101010001111110011011001101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98D4; }

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

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

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

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

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

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

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

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