#D69BDD

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

Shades of Plum #D69BDD

Tints of Plum #D69BDD

Color information

#D69BDD (or 0xD69BDD) is unknown color: approx Plum. HEX triplet: D6, 9B and DD. RGB value is (214,155,221). Sum of RGB (Red+Green+Blue) = 214+155+221=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #D69BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BDD is #296422. Grayscale: #B3B3B3. Windows color (decimal): -2712611 or 14523350. OLE color: 14523350.

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

Color convert

RGB214155221-
CMYK0.030.3000.13
HSL293.64º49.25%73.73%-
HSV(B)293.64º29.86%86.67%-
XYZ52.542.9673.93-
YUV180.17151.05152.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.27%
GREEN value IS 155 (60.94% from 255) = 26.27%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=36.27%
G=26.27%
B=37.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141552210.030.3000.13293.6449.2573.73
HexD69BDD31E0D126314a
Octal32623333533601544661112
Binary1101011010011011110111011111110011011001001101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69BDD; }

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

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

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

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

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

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

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

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