#D69DD0

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

Shades of Plum #D69DD0

Tints of Plum #D69DD0

Color information

#D69DD0 (or 0xD69DD0) is unknown color: approx Plum. HEX triplet: D6, 9D and D0. RGB value is (214,157,208). Sum of RGB (Red+Green+Blue) = 214+157+208=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DD0 is #29622F. Grayscale: #B3B3B3. Windows color (decimal): -2712112 or 13671894. OLE color: 13671894.

HSL color Cylindrical-coordinate representation of color #D69DD0: hue angle of 306.32º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69DD0 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214157208-
CMYK00.270.030.16
HSL306.32º41.01%72.75%-
HSV(B)306.32º26.64%83.92%-
XYZ51.1742.9665.27-
YUV179.86143.88152.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 208 (81.64% from 255) = 35.92%
R=36.96%
G=27.12%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415720800.270.030.16306.3241.0172.75
HexD69DD001B3101322949
Octal32623532003332046251111
Binary11010110100111011101000001101111100001001100101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DD0; }

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

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

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

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

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

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

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

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