Html Css Color HEX #D5A2DE Plum

📋 copy color: '#D5A2DE'

red 213 ◦ green 162 ◦ blue 222

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

Shades of Plum #D5A2DE

Tints of Plum #D5A2DE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.14%

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

R = 35.68%
G = 27.14%
B = 37.19%

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

#D5A2DE (or 0xD5A2DE) is known color: Plum. HEX triplet: D5, A2 and DE. RGB value is (213,162,222). Sum of RGB (Red+Green+Blue) = 213+162+222=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5A2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2DE is #2A5D21. Grayscale: #B7B7B7. Windows color (decimal): -2776354 or 14590677. OLE color: 14590677.

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

Color convert

RGB 213 162 222 -
CMYK 0.04 0.27 0 0.13
HSL 291º 0.48% 0.75% -
HSV(B) 291º 0.27% 0.87% -
XYZ 53.55 45.26 75.02 -
YUV 184.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 213 162 222 0.04 0.27 0 0.13 291 0.48 0.75
Hex D5 A2 DE 4 1B 0 D 123 30 4B
Octal 325 242 336 4 33 0 15 443 60 113
Binary 11010101 10100010 11011110 100 11011 0 1101 100100011 110000 1001011

Color Harmonies of #D5A2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A2DE

Black with #D5A2DE

Text Example


Text Example

White with #D5A2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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