#D698D6

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

Shades of Plum #D698D6

Tints of Plum #D698D6

Color information

#D698D6 (or 0xD698D6) is unknown color: approx Plum. HEX triplet: D6, 98 and D6. RGB value is (214,152,214). Sum of RGB (Red+Green+Blue) = 214+152+214=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D698D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698D6 is #296729. Grayscale: #B1B1B1. Windows color (decimal): -2713386 or 14063830. OLE color: 14063830.

HSL color Cylindrical-coordinate representation of color #D698D6: 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 #D698D6 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214152214-
CMYK00.2900.16
HSL300º43.06%71.76%-
HSV(B)300º28.97%83.92%-
XYZ51.141.6168.96-
YUV177.61148.54153.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 152 (59.77% from 255) = 26.21%
BLUE value IS 214 (83.98% from 255) = 36.90%
R=36.90%
G=26.21%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415221400.2900.1630043.0671.76
HexD698D601D01012c2b48
Octal32623032603502045453110
Binary1101011010011000110101100111010100001001011001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698D6; }

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

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

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

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

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

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

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

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