#D69DDD

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

Shades of Plum #D69DDD

Tints of Plum #D69DDD

Color information

#D69DDD (or 0xD69DDD) is unknown color: approx Plum. HEX triplet: D6, 9D and DD. RGB value is (214,157,221). Sum of RGB (Red+Green+Blue) = 214+157+221=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #D69DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DDD is #296222. Grayscale: #B5B5B5. Windows color (decimal): -2712099 or 14523862. OLE color: 14523862.

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

Color convert

RGB214157221-
CMYK0.030.2900.13
HSL293.44º48.48%74.12%-
HSV(B)293.44º28.96%86.67%-
XYZ52.8443.6374.04-
YUV181.34150.38151.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.15%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=36.15%
G=26.52%
B=37.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141572210.030.2900.13293.4448.4874.12
HexD69DDD31D0D125304a
Octal32623533533501544560112
Binary1101011010011101110111011111101011011001001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DDD; }

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

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

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

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

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

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

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

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