#DD97DF

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

Shades of Plum #DD97DF

Tints of Plum #DD97DF

Color information

#DD97DF (or 0xDD97DF) is unknown color: approx Plum. HEX triplet: DD, 97 and DF. RGB value is (221,151,223). Sum of RGB (Red+Green+Blue) = 221+151+223=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97DF is #226820. Grayscale: #B3B3B3. Windows color (decimal): -2254881 or 14653405. OLE color: 14653405.

HSL color Cylindrical-coordinate representation of color #DD97DF: hue angle of 298.33º degrees, saturation: 0.53, 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 #DD97DF is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221151223-
CMYK0.010.3200.13
HSL298.33º52.94%73.33%-
HSV(B)298.33º32.29%87.45%-
XYZ54.242.8375.22-
YUV180.14152.19157.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=37.14%
G=25.38%
B=37.48%

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
Decimal2211512230.010.3200.13298.3352.9473.33
HexDD97DF1200D12a3549
Octal33522733714001545265111
Binary1101110110010111110111111100000011011001010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97DF; }

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

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

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

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

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

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

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

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