#D699DC

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

Shades of Plum #D699DC

Tints of Plum #D699DC

Color information

#D699DC (or 0xD699DC) is unknown color: approx Plum. HEX triplet: D6, 99 and DC. RGB value is (214,153,220). Sum of RGB (Red+Green+Blue) = 214+153+220=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #D699DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699DC is #296623. Grayscale: #B2B2B2. Windows color (decimal): -2713124 or 14457302. OLE color: 14457302.

HSL color Cylindrical-coordinate representation of color #D699DC: hue angle of 294.63º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D699DC is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214153220-
CMYK0.030.3000.14
HSL294.63º48.91%73.14%-
HSV(B)294.63º30.45%86.27%-
XYZ52.0442.2573.12-
YUV178.88151.21153.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 153 (60.16% from 255) = 26.06%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=36.46%
G=26.06%
B=37.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141532200.030.3000.14294.6348.9173.14
HexD699DC31E0E1273149
Octal32623133433601644761111
Binary1101011010011001110111001111110011101001001111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699DC; }

 p { color: rgb(214,153,220); }

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

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

 a { background-color: rgb(214,153,220); }

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

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

 span { border-color: rgb(214,153,220); }

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