#D699DD

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

Shades of Plum #D699DD

Tints of Plum #D699DD

Color information

#D699DD (or 0xD699DD) is unknown color: approx Plum. HEX triplet: D6, 99 and DD. RGB value is (214,153,221). Sum of RGB (Red+Green+Blue) = 214+153+221=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #D699DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699DD is #296622. Grayscale: #B2B2B2. Windows color (decimal): -2713123 or 14522838. OLE color: 14522838.

HSL color Cylindrical-coordinate representation of color #D699DD: hue angle of 293.82º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D699DD is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214153221-
CMYK0.030.3100.13
HSL293.82º50%73.33%-
HSV(B)293.82º30.77%86.67%-
XYZ52.1742.373.82-
YUV178.99151.71152.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 153 (60.16% from 255) = 26.02%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=36.39%
G=26.02%
B=37.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141532210.030.3100.13293.825073.33
HexD699DD31F0D1263249
Octal32623133533701544662111
Binary1101011010011001110111011111111011011001001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699DD; }

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

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

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

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

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

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

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

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