Html Css Color HEX #D6ACDD Plum

📋 copy color: '#D6ACDD'

red 214 ◦ green 172 ◦ blue 221

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

Shades of Plum #D6ACDD

Tints of Plum #D6ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.34%

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

R = 35.26%
G = 28.34%
B = 36.41%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6ACDD (or 0xD6ACDD) is known color: Plum. HEX triplet: D6, AC and DD. RGB value is (214,172,221). Sum of RGB (Red+Green+Blue) = 214+172+221=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACDD is #295322. Grayscale: #BDBDBD. Windows color (decimal): -2708259 or 14527702. OLE color: 14527702.

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

Color convert

RGB 214 172 221 -
CMYK 0.03 0.22 0 0.13
HSL 291.43º 0.42% 0.77% -
HSV(B) 291.43º 0.22% 0.87% -
XYZ 55.54 49.02 74.94 -
YUV 190.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 214 172 221 0.03 0.22 0 0.13 291.43 0.42 0.77
Hex D6 AC DD 3 16 0 D 123 2A 4D
Octal 326 254 335 3 26 0 15 443 52 115
Binary 11010110 10101100 11011101 11 10110 0 1101 100100011 101010 1001101

Color Harmonies of #D6ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACDD

Black with #D6ACDD

Text Example


Text Example

White with #D6ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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