#D8AFDC

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

Shades of Plum #D8AFDC

Tints of Plum #D8AFDC

Color information

#D8AFDC (or 0xD8AFDC) is unknown color: approx Plum. HEX triplet: D8, AF and DC. RGB value is (216,175,220). Sum of RGB (Red+Green+Blue) = 216+175+220=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFDC is #275023. Grayscale: #C0C0C0. Windows color (decimal): -2576420 or 14462936. OLE color: 14462936.

HSL color Cylindrical-coordinate representation of color #D8AFDC: hue angle of 294.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8AFDC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216175220-
CMYK0.020.2000.14
HSL294.67º39.13%77.45%-
HSV(B)294.67º20.45%86.27%-
XYZ56.5750.4374.46-
YUV192.39143.58144.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.35%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=35.35%
G=28.64%
B=36.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161752200.020.2000.14294.6739.1377.45
HexD8AFDC2140E127274d
Octal33025733422401644747115
Binary1101100010101111110111001010100011101001001111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFDC; }

 p { color: rgb(216,175,220); }

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

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

 a { background-color: rgb(216,175,220); }

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

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

 span { border-color: rgb(216,175,220); }

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