Html Css Color HEX #D5A1DD Plum

📋 copy color: '#D5A1DD'

red 213 ◦ green 161 ◦ blue 221

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

Shades of Plum #D5A1DD

Tints of Plum #D5A1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.06%

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

R = 35.8%
G = 27.06%
B = 37.14%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5A1DD (or 0xD5A1DD) is known color: Plum. HEX triplet: D5, A1 and DD. RGB value is (213,161,221). Sum of RGB (Red+Green+Blue) = 213+161+221=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 161 (63.28% from 255 or 27.06% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5A1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1DD is #2A5E22. Grayscale: #B7B7B7. Windows color (decimal): -2776611 or 14524885. OLE color: 14524885.

HSL color Cylindrical-coordinate representation of color #D5A1DD: hue angle of 292º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5A1DD is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 161 221 -
CMYK 0.04 0.27 0 0.13
HSL 292º 0.47% 0.75% -
HSV(B) 292º 0.27% 0.87% -
XYZ 53.24 44.86 74.26 -
YUV 183.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 213 161 221 0.04 0.27 0 0.13 292 0.47 0.75
Hex D5 A1 DD 4 1B 0 D 124 2F 4B
Octal 325 241 335 4 33 0 15 444 57 113
Binary 11010101 10100001 11011101 100 11011 0 1101 100100100 101111 1001011

Color Harmonies of #D5A1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A1DD

Black with #D5A1DD

Text Example


Text Example

White with #D5A1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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