Html Css Color HEX #D8A6DD Plum

📋 copy color: '#D8A6DD'

red 216 ◦ green 166 ◦ blue 221

#D8A6DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #D8A6DD

Tints of Plum #D8A6DD

RGB

 RED value IS 216 (84.77% from 255) = 35.82%

 GREEN value IS 166 (65.23% from 255) = 27.53%

 BLUE value IS 221 (86.72% from 255) = 36.65%

R = 35.82%
G = 27.53%
B = 36.65%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D8A6DD (or 0xD8A6DD) is known color: Plum. HEX triplet: D8, A6 and DD. RGB value is (216,166,221). Sum of RGB (Red+Green+Blue) = 216+166+221=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8A6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A6DD is #275922. Grayscale: #BBBBBB. Windows color (decimal): -2578723 or 14526168. OLE color: 14526168.

HSL color Cylindrical-coordinate representation of color #D8A6DD: hue angle of 294.55º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A6DD is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 166 221 -
CMYK 0.02 0.25 0 0.13
HSL 294.55º 0.45% 0.76% -
HSV(B) 294.55º 0.25% 0.87% -
XYZ 55.01 47.09 74.6 -
YUV 187.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 216 166 221 0.02 0.25 0 0.13 294.55 0.45 0.76
Hex D8 A6 DD 2 19 0 D 127 2D 4C
Octal 330 246 335 2 31 0 15 447 55 114
Binary 11011000 10100110 11011101 10 11001 0 1101 100100111 101101 1001100

Color Harmonies of #D8A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A6DD

Black with #D8A6DD

Text Example


Text Example

White with #D8A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A6DD; }

 p { color: rgb(216,166,221); }

 H1.HeaderClassName
 {
   color: #D8A6DD;
 }
 .AnyTagClassName
 {
   color: #D8A6DD;
 }
</style>

background-color css

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

 a { background-color: rgb(216,166,221); }

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

border-color css

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

 span { border-color: rgb(216,166,221); }

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