#D695DC

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

Shades of Plum #D695DC

Tints of Plum #D695DC

Color information

#D695DC (or 0xD695DC) is unknown color: approx Plum. HEX triplet: D6, 95 and DC. RGB value is (214,149,220). Sum of RGB (Red+Green+Blue) = 214+149+220=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #D695DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695DC is #296A23. Grayscale: #B0B0B0. Windows color (decimal): -2714148 or 14456278. OLE color: 14456278.

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

Color convert

RGB214149220-
CMYK0.030.3200.14
HSL294.93º50.35%72.35%-
HSV(B)294.93º32.27%86.27%-
XYZ51.440.9672.91-
YUV176.53152.53154.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 149 (58.59% from 255) = 25.56%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=36.71%
G=25.56%
B=37.74%

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
Decimal2141492200.030.3200.14294.9350.3572.35
HexD695DC3200E1273248
Octal32622533434001644762110
Binary11010110100101011101110011100000011101001001111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695DC; }

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

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

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

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

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

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

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

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