#D69DD2

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

Shades of Plum #D69DD2

Tints of Plum #D69DD2

Color information

#D69DD2 (or 0xD69DD2) is unknown color: approx Plum. HEX triplet: D6, 9D and D2. RGB value is (214,157,210). Sum of RGB (Red+Green+Blue) = 214+157+210=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DD2 is #29622D. Grayscale: #B3B3B3. Windows color (decimal): -2712110 or 13802966. OLE color: 13802966.

HSL color Cylindrical-coordinate representation of color #D69DD2: hue angle of 304.21º 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 #D69DD2 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214157210-
CMYK00.270.020.16
HSL304.21º41.01%72.75%-
HSV(B)304.21º26.64%83.92%-
XYZ51.4243.0666.57-
YUV180.08144.88152.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=36.83%
G=27.02%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415721000.270.020.16304.2141.0172.75
HexD69DD201B2101302949
Octal32623532203322046051111
Binary11010110100111011101001001101110100001001100001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DD2; }

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

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

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

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

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

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

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

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