#DD91DF

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

Shades of Plum #DD91DF

Tints of Plum #DD91DF

Color information

#DD91DF (or 0xDD91DF) is unknown color: approx Plum. HEX triplet: DD, 91 and DF. RGB value is (221,145,223). Sum of RGB (Red+Green+Blue) = 221+145+223=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91DF is #226E20. Grayscale: #B0B0B0. Windows color (decimal): -2256417 or 14651869. OLE color: 14651869.

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

Color convert

RGB221145223-
CMYK0.010.3500.13
HSL298.46º54.93%72.16%-
HSV(B)298.46º34.98%87.45%-
XYZ53.2640.9574.91-
YUV176.62154.18159.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 145 (57.03% from 255) = 24.62%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=37.52%
G=24.62%
B=37.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211452230.010.3500.13298.4654.9372.16
HexDD91DF1230D12a3748
Octal33522133714301545267110
Binary1101110110010001110111111100011011011001010101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91DF; }

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

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

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

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

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

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

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

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