#DD98CF

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

Shades of Plum #DD98CF

Tints of Plum #DD98CF

Color information

#DD98CF (or 0xDD98CF) is unknown color: approx Plum. HEX triplet: DD, 98 and CF. RGB value is (221,152,207). Sum of RGB (Red+Green+Blue) = 221+152+207=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98CF is #226730. Grayscale: #B2B2B2. Windows color (decimal): -2254641 or 13605085. OLE color: 13605085.

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

Color convert

RGB221152207-
CMYK00.310.060.13
HSL312.17º50.36%73.14%-
HSV(B)312.17º31.22%86.67%-
XYZ52.3142.3364.45-
YUV178.9143.86158.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 152 (59.77% from 255) = 26.21%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=38.10%
G=26.21%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115220700.310.060.13312.1750.3673.14
HexDD98CF01F6D1383249
Octal33523031703761547062111
Binary11011101100110001100111101111111011011001110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98CF; }

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

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

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

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

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

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

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

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