#D699D6

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

Shades of Plum #D699D6

Tints of Plum #D699D6

Color information

#D699D6 (or 0xD699D6) is unknown color: approx Plum. HEX triplet: D6, 99 and D6. RGB value is (214,153,214). Sum of RGB (Red+Green+Blue) = 214+153+214=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D699D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699D6 is #296629. Grayscale: #B2B2B2. Windows color (decimal): -2713130 or 14064086. OLE color: 14064086.

HSL color Cylindrical-coordinate representation of color #D699D6: hue angle of 300º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D699D6 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214153214-
CMYK00.2900.16
HSL300º42.66%71.96%-
HSV(B)300º28.5%83.92%-
XYZ51.2641.9369.01-
YUV178.19148.21153.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 214 (83.98% from 255) = 36.83%
R=36.83%
G=26.33%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415321400.2900.1630042.6671.96
HexD699D601D01012c2b48
Octal32623132603502045453110
Binary1101011010011001110101100111010100001001011001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699D6; }

 p { color: rgb(214,153,214); }

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

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

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

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

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

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

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