#D699D7

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

Shades of Plum #D699D7

Tints of Plum #D699D7

Color information

#D699D7 (or 0xD699D7) is unknown color: approx Plum. HEX triplet: D6, 99 and D7. RGB value is (214,153,215). Sum of RGB (Red+Green+Blue) = 214+153+215=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 215 - color contains mainly: blue. Hex color #D699D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699D7 is #296628. Grayscale: #B2B2B2. Windows color (decimal): -2713129 or 14129622. OLE color: 14129622.

HSL color Cylindrical-coordinate representation of color #D699D7: hue angle of 299.03º degrees, saturation: 0.44, 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 #D699D7 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214153215-
CMYK0.000.2900.16
HSL299.03º43.66%72.16%-
HSV(B)299.03º28.84%84.31%-
XYZ51.3941.9869.69-
YUV178.31148.71153.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 153 (60.16% from 255) = 26.29%
BLUE value IS 215 (84.38% from 255) = 36.94%
R=36.77%
G=26.29%
B=36.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141532150.000.2900.16299.0343.6672.16
HexD699D701D01012b2c48
Octal32623132703502045354110
Binary1101011010011001110101110111010100001001010111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699D7; }

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

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

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

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

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

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

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

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