#DD98F1

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

Shades of Plum #DD98F1

Tints of Plum #DD98F1

Color information

#DD98F1 (or 0xDD98F1) is unknown color: approx Plum. HEX triplet: DD, 98 and F1. RGB value is (221,152,241). Sum of RGB (Red+Green+Blue) = 221+152+241=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD98F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD98F1 is #22670E. Grayscale: #B6B6B6. Windows color (decimal): -2254607 or 15833309. OLE color: 15833309.

HSL color Cylindrical-coordinate representation of color #DD98F1: hue angle of 286.52º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD98F1 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221152241-
CMYK0.080.3700.05
HSL286.52º76.07%77.06%-
HSV(B)286.52º36.93%94.51%-
XYZ56.9244.1888.75-
YUV182.78160.86155.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 152 (59.77% from 255) = 24.76%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=35.99%
G=24.76%
B=39.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211522410.080.3700.05286.5276.0777.06
HexDD98F18250511f4c4d
Octal335230361104505437114115
Binary1101110110011000111100011000100101010110001111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98F1; }

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

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

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

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

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

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

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

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