#D69FDC

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

Shades of Plum #D69FDC

Tints of Plum #D69FDC

Color information

#D69FDC (or 0xD69FDC) is unknown color: approx Plum. HEX triplet: D6, 9F and DC. RGB value is (214,159,220). Sum of RGB (Red+Green+Blue) = 214+159+220=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #D69FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FDC is #296023. Grayscale: #B6B6B6. Windows color (decimal): -2711588 or 14458838. OLE color: 14458838.

HSL color Cylindrical-coordinate representation of color #D69FDC: hue angle of 294.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69FDC is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214159220-
CMYK0.030.2800.14
HSL294.1º46.56%74.31%-
HSV(B)294.1º27.73%86.27%-
XYZ53.0544.2673.46-
YUV182.4149.22150.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 159 (62.5% from 255) = 26.81%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=36.09%
G=26.81%
B=37.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141592200.030.2800.14294.146.5674.31
HexD69FDC31C0E1262f4a
Octal32623733433401644657112
Binary1101011010011111110111001111100011101001001101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FDC; }

 p { color: rgb(214,159,220); }

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

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

 a { background-color: rgb(214,159,220); }

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

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

 span { border-color: rgb(214,159,220); }

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