Html Css Color HEX #D5A6DD Plum

📋 copy color: '#D5A6DD'

red 213 ◦ green 166 ◦ blue 221

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

Shades of Plum #D5A6DD

Tints of Plum #D5A6DD

RGB

 RED value IS 213 (83.59% from 255) = 35.5%

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

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

R = 35.5%
G = 27.67%
B = 36.83%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5A6DD (or 0xD5A6DD) is known color: Plum. HEX triplet: D5, A6 and DD. RGB value is (213,166,221). Sum of RGB (Red+Green+Blue) = 213+166+221=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5A6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A6DD is #2A5922. Grayscale: #BABABA. Windows color (decimal): -2775331 or 14526165. OLE color: 14526165.

HSL color Cylindrical-coordinate representation of color #D5A6DD: hue angle of 291.27º 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 #D5A6DD is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 166 221 -
CMYK 0.04 0.25 0 0.13
HSL 291.27º 0.45% 0.76% -
HSV(B) 291.27º 0.25% 0.87% -
XYZ 54.13 46.64 74.56 -
YUV 186.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 213 166 221 0.04 0.25 0 0.13 291.27 0.45 0.76
Hex D5 A6 DD 4 19 0 D 123 2D 4C
Octal 325 246 335 4 31 0 15 443 55 114
Binary 11010101 10100110 11011101 100 11001 0 1101 100100011 101101 1001100

Color Harmonies of #D5A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A6DD

Black with #D5A6DD

Text Example


Text Example

White with #D5A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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