#DD98DF

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

Shades of Plum #DD98DF

Tints of Plum #DD98DF

Color information

#DD98DF (or 0xDD98DF) is unknown color: approx Plum. HEX triplet: DD, 98 and DF. RGB value is (221,152,223). Sum of RGB (Red+Green+Blue) = 221+152+223=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98DF is #226720. Grayscale: #B4B4B4. Windows color (decimal): -2254625 or 14653661. OLE color: 14653661.

HSL color Cylindrical-coordinate representation of color #DD98DF: hue angle of 298.31º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD98DF is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221152223-
CMYK0.010.3200.13
HSL298.31º52.59%73.53%-
HSV(B)298.31º31.84%87.45%-
XYZ54.3743.1675.28-
YUV180.72151.86156.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 152 (59.77% from 255) = 25.50%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=37.08%
G=25.50%
B=37.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211522230.010.3200.13298.3152.5973.53
HexDD98DF1200D12a354a
Octal33523033714001545265112
Binary1101110110011000110111111100000011011001010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98DF; }

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

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

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

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

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

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

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

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