#DD98DE

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

Shades of Plum #DD98DE

Tints of Plum #DD98DE

Color information

#DD98DE (or 0xDD98DE) is unknown color: approx Plum. HEX triplet: DD, 98 and DE. RGB value is (221,152,222). Sum of RGB (Red+Green+Blue) = 221+152+222=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD98DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98DE is #226721. Grayscale: #B4B4B4. Windows color (decimal): -2254626 or 14588125. OLE color: 14588125.

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

Color convert

RGB221152222-
CMYK0.000.3200.13
HSL299.14º51.47%73.33%-
HSV(B)299.14º31.53%87.06%-
XYZ54.2343.174.57-
YUV180.61151.36156.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 152 (59.77% from 255) = 25.55%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=37.14%
G=25.55%
B=37.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211522220.000.3200.13299.1451.4773.33
HexDD98DE0200D12b3349
Octal33523033604001545363111
Binary1101110110011000110111100100000011011001010111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98DE; }

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

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

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

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

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

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

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

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