#DF98CD

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

Shades of Plum #DF98CD

Tints of Plum #DF98CD

Color information

#DF98CD (or 0xDF98CD) is unknown color: approx Plum. HEX triplet: DF, 98 and CD. RGB value is (223,152,205). Sum of RGB (Red+Green+Blue) = 223+152+205=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98CD is #206732. Grayscale: #B3B3B3. Windows color (decimal): -2123571 or 13474015. OLE color: 13474015.

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

Color convert

RGB223152205-
CMYK00.320.080.13
HSL315.21º52.59%73.53%-
HSV(B)315.21º31.84%87.45%-
XYZ52.6842.5563.19-
YUV179.27142.52159.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 152 (59.77% from 255) = 26.21%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=38.45%
G=26.21%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315220500.320.080.13315.2152.5973.53
HexDF98CD0208D13b354a
Octal337230315040101547365112
Binary1101111110011000110011010100000100011011001110111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98CD; }

 p { color: rgb(223,152,205); }

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

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

 a { background-color: rgb(223,152,205); }

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

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

 span { border-color: rgb(223,152,205); }

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