#D696DC

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

Shades of Plum #D696DC

Tints of Plum #D696DC

Color information

#D696DC (or 0xD696DC) is unknown color: approx Plum. HEX triplet: D6, 96 and DC. RGB value is (214,150,220). Sum of RGB (Red+Green+Blue) = 214+150+220=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #D696DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696DC is #296923. Grayscale: #B0B0B0. Windows color (decimal): -2713892 or 14456534. OLE color: 14456534.

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

Color convert

RGB214150220-
CMYK0.030.3200.14
HSL294.86º50%72.55%-
HSV(B)294.86º31.82%86.27%-
XYZ51.5641.2872.96-
YUV177.12152.2154.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.64%
GREEN value IS 150 (58.98% from 255) = 25.68%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=36.64%
G=25.68%
B=37.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141502200.030.3200.14294.865072.55
HexD696DC3200E1273249
Octal32622633434001644762111
Binary11010110100101101101110011100000011101001001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696DC; }

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

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

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

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

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

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

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

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