Html Css Color HEX #D5A5DD Plum

📋 copy color: '#D5A5DD'

red 213 ◦ green 165 ◦ blue 221

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

Shades of Plum #D5A5DD

Tints of Plum #D5A5DD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.55%

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

R = 35.56%
G = 27.55%
B = 36.89%

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

#D5A5DD (or 0xD5A5DD) is known color: Plum. HEX triplet: D5, A5 and DD. RGB value is (213,165,221). Sum of RGB (Red+Green+Blue) = 213+165+221=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5A5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A5DD is #2A5A22. Grayscale: #B9B9B9. Windows color (decimal): -2775587 or 14525909. OLE color: 14525909.

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

Color convert

RGB 213 165 221 -
CMYK 0.04 0.25 0 0.13
HSL 291.43º 0.45% 0.76% -
HSV(B) 291.43º 0.25% 0.87% -
XYZ 53.95 46.28 74.5 -
YUV 185.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 213 165 221 0.04 0.25 0 0.13 291.43 0.45 0.76
Hex D5 A5 DD 4 19 0 D 123 2D 4C
Octal 325 245 335 4 31 0 15 443 55 114
Binary 11010101 10100101 11011101 100 11001 0 1101 100100011 101101 1001100

Color Harmonies of #D5A5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A5DD

Black with #D5A5DD

Text Example


Text Example

White with #D5A5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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