Html Css Color HEX #D5A0DE Plum

📋 copy color: '#D5A0DE'

red 213 ◦ green 160 ◦ blue 222

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

Shades of Plum #D5A0DE

Tints of Plum #D5A0DE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.89%

 BLUE value IS 222 (87.11% from 255) = 37.31%

R = 35.8%
G = 26.89%
B = 37.31%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5A0DE (or 0xD5A0DE) is known color: Plum. HEX triplet: D5, A0 and DE. RGB value is (213,160,222). Sum of RGB (Red+Green+Blue) = 213+160+222=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5A0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0DE is #2A5F21. Grayscale: #B6B6B6. Windows color (decimal): -2776866 or 14590165. OLE color: 14590165.

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

Color convert

RGB 213 160 222 -
CMYK 0.04 0.28 0 0.13
HSL 291.29º 0.48% 0.75% -
HSV(B) 291.29º 0.28% 0.87% -
XYZ 53.2 44.56 74.9 -
YUV 182.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 213 160 222 0.04 0.28 0 0.13 291.29 0.48 0.75
Hex D5 A0 DE 4 1C 0 D 123 30 4B
Octal 325 240 336 4 34 0 15 443 60 113
Binary 11010101 10100000 11011110 100 11100 0 1101 100100011 110000 1001011

Color Harmonies of #D5A0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A0DE

Black with #D5A0DE

Text Example


Text Example

White with #D5A0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A0DE; }

 p { color: rgb(213,160,222); }

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

background-color css

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

 a { background-color: rgb(213,160,222); }

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

border-color css

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

 span { border-color: rgb(213,160,222); }

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