#DA98CF

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

Shades of Plum #DA98CF

Tints of Plum #DA98CF

Color information

#DA98CF (or 0xDA98CF) is unknown color: approx Plum. HEX triplet: DA, 98 and CF. RGB value is (218,152,207). Sum of RGB (Red+Green+Blue) = 218+152+207=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98CF is #256730. Grayscale: #B1B1B1. Windows color (decimal): -2451249 or 13605082. OLE color: 13605082.

HSL color Cylindrical-coordinate representation of color #DA98CF: hue angle of 310º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA98CF is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218152207-
CMYK00.300.050.15
HSL310º47.14%72.55%-
HSV(B)310º30.28%85.49%-
XYZ51.441.8764.4-
YUV178144.37156.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 152 (59.77% from 255) = 26.34%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=37.78%
G=26.34%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815220700.300.050.1531047.1472.55
HexDA98CF01E5F1362f49
Octal33223031703651746657111
Binary11011010100110001100111101111010111111001101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98CF; }

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

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

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

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

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

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

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

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