#D69CDD

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

Shades of Plum #D69CDD

Tints of Plum #D69CDD

Color information

#D69CDD (or 0xD69CDD) is unknown color: approx Plum. HEX triplet: D6, 9C and DD. RGB value is (214,156,221). Sum of RGB (Red+Green+Blue) = 214+156+221=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #D69CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CDD is #296322. Grayscale: #B4B4B4. Windows color (decimal): -2712355 or 14523606. OLE color: 14523606.

HSL color Cylindrical-coordinate representation of color #D69CDD: hue angle of 293.54º degrees, saturation: 0.49, 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 #D69CDD is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214156221-
CMYK0.030.2900.13
HSL293.54º48.87%73.92%-
HSV(B)293.54º29.41%86.67%-
XYZ52.6743.2973.99-
YUV180.75150.72151.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 156 (61.33% from 255) = 26.40%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=36.21%
G=26.40%
B=37.39%

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
Decimal2141562210.030.2900.13293.5448.8773.92
HexD69CDD31D0D126314a
Octal32623433533501544661112
Binary1101011010011100110111011111101011011001001101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CDD; }

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

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

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

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

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

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

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

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