#D69FDD

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

Shades of Plum #D69FDD

Tints of Plum #D69FDD

Color information

#D69FDD (or 0xD69FDD) is unknown color: approx Plum. HEX triplet: D6, 9F and DD. RGB value is (214,159,221). Sum of RGB (Red+Green+Blue) = 214+159+221=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #D69FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FDD is #296022. Grayscale: #B6B6B6. Windows color (decimal): -2711587 or 14524374. OLE color: 14524374.

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

Color convert

RGB214159221-
CMYK0.030.2800.13
HSL293.23º47.69%74.51%-
HSV(B)293.23º28.05%86.67%-
XYZ53.1844.3174.16-
YUV182.51149.72150.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=36.03%
G=26.77%
B=37.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141592210.030.2800.13293.2347.6974.51
HexD69FDD31C0D125304b
Octal32623733533401544560113
Binary1101011010011111110111011111100011011001001011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FDD; }

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

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

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

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

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

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

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

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