#DA99CC

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

Shades of Plum #DA99CC

Tints of Plum #DA99CC

Color information

#DA99CC (or 0xDA99CC) is unknown color: approx Plum. HEX triplet: DA, 99 and CC. RGB value is (218,153,204). Sum of RGB (Red+Green+Blue) = 218+153+204=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99CC is #256633. Grayscale: #B2B2B2. Windows color (decimal): -2450996 or 13408730. OLE color: 13408730.

HSL color Cylindrical-coordinate representation of color #DA99CC: hue angle of 312.92º 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 #DA99CC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218153204-
CMYK00.300.060.15
HSL312.92º46.76%72.75%-
HSV(B)312.92º29.82%85.49%-
XYZ51.242.0562.54-
YUV178.25142.53156.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 153 (60.16% from 255) = 26.61%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=37.91%
G=26.61%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815320400.300.060.15312.9246.7672.75
HexDA99CC01E6F1392f49
Octal33223131403661747157111
Binary11011010100110011100110001111011011111001110011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99CC; }

 p { color: rgb(218,153,204); }

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

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

 a { background-color: rgb(218,153,204); }

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

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

 span { border-color: rgb(218,153,204); }

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