#D69DD1

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

Shades of Plum #D69DD1

Tints of Plum #D69DD1

Color information

#D69DD1 (or 0xD69DD1) is unknown color: approx Plum. HEX triplet: D6, 9D and D1. RGB value is (214,157,209). Sum of RGB (Red+Green+Blue) = 214+157+209=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DD1 is #29622E. Grayscale: #B3B3B3. Windows color (decimal): -2712111 or 13737430. OLE color: 13737430.

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

Color convert

RGB214157209-
CMYK00.270.020.16
HSL305.26º41.01%72.75%-
HSV(B)305.26º26.64%83.92%-
XYZ51.343.0165.92-
YUV179.97144.38152.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 209 (82.03% from 255) = 36.03%
R=36.90%
G=27.07%
B=36.03%

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
Decimal21415720900.270.020.16305.2641.0172.75
HexD69DD101B2101312949
Octal32623532103322046151111
Binary11010110100111011101000101101110100001001100011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DD1; }

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

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

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

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

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

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

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

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