Html Css Color HEX #D6A8DD Plum

📋 copy color: '#D6A8DD'

red 214 ◦ green 168 ◦ blue 221

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

Shades of Plum #D6A8DD

Tints of Plum #D6A8DD

RGB

 RED value IS 214 (83.98% from 255) = 35.49%

 GREEN value IS 168 (66.02% from 255) = 27.86%

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

R = 35.49%
G = 27.86%
B = 36.65%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6A8DD (or 0xD6A8DD) is known color: Plum. HEX triplet: D6, A8 and DD. RGB value is (214,168,221). Sum of RGB (Red+Green+Blue) = 214+168+221=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 168 (66.02% from 255 or 27.86% 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 #D6A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8DD is #295722. Grayscale: #BBBBBB. Windows color (decimal): -2709283 or 14526678. OLE color: 14526678.

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

Color convert

RGB 214 168 221 -
CMYK 0.03 0.24 0 0.13
HSL 292.08º 0.44% 0.76% -
HSV(B) 292.08º 0.24% 0.87% -
XYZ 54.79 47.52 74.69 -
YUV 187.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 214 168 221 0.03 0.24 0 0.13 292.08 0.44 0.76
Hex D6 A8 DD 3 18 0 D 124 2C 4C
Octal 326 250 335 3 30 0 15 444 54 114
Binary 11010110 10101000 11011101 11 11000 0 1101 100100100 101100 1001100

Color Harmonies of #D6A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A8DD

Black with #D6A8DD

Text Example


Text Example

White with #D6A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A8DD; }

 p { color: rgb(214,168,221); }

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

background-color css

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

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

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

border-color css

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

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

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