#DA98DF

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

Shades of Plum #DA98DF

Tints of Plum #DA98DF

Color information

#DA98DF (or 0xDA98DF) is unknown color: approx Plum. HEX triplet: DA, 98 and DF. RGB value is (218,152,223). Sum of RGB (Red+Green+Blue) = 218+152+223=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98DF is #256720. Grayscale: #B3B3B3. Windows color (decimal): -2451233 or 14653658. OLE color: 14653658.

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

Color convert

RGB218152223-
CMYK0.020.3200.13
HSL295.77º52.59%73.53%-
HSV(B)295.77º31.84%87.45%-
XYZ53.4642.6975.23-
YUV179.83152.37155.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=36.76%
G=25.63%
B=37.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181522230.020.3200.13295.7752.5973.53
HexDA98DF2200D128354a
Octal33223033724001545065112
Binary11011010100110001101111110100000011011001010001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98DF; }

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

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

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

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

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

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

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

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