#D698DF

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

Shades of Plum #D698DF

Tints of Plum #D698DF

Color information

#D698DF (or 0xD698DF) is unknown color: approx Plum. HEX triplet: D6, 98 and DF. RGB value is (214,152,223). Sum of RGB (Red+Green+Blue) = 214+152+223=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #D698DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698DF is #296720. Grayscale: #B2B2B2. Windows color (decimal): -2713377 or 14653654. OLE color: 14653654.

HSL color Cylindrical-coordinate representation of color #D698DF: hue angle of 292.39º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D698DF is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214152223-
CMYK0.040.3200.13
HSL292.39º52.59%73.53%-
HSV(B)292.39º31.84%87.45%-
XYZ52.2842.0875.18-
YUV178.63153.04153.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 152 (59.77% from 255) = 25.81%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=36.33%
G=25.81%
B=37.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141522230.040.3200.13292.3952.5973.53
HexD698DF4200D124354a
Octal32623033744001544465112
Binary110101101001100011011111100100000011011001001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698DF; }

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

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

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

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

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

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

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

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