Html Css Color HEX #D5A5DE Plum

📋 copy color: '#D5A5DE'

red 213 ◦ green 165 ◦ blue 222

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

Shades of Plum #D5A5DE

Tints of Plum #D5A5DE

RGB

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

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

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

R = 35.5%
G = 27.5%
B = 37%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5A5DE (or 0xD5A5DE) is known color: Plum. HEX triplet: D5, A5 and DE. RGB value is (213,165,222). Sum of RGB (Red+Green+Blue) = 213+165+222=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5A5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A5DE is #2A5A21. Grayscale: #B9B9B9. Windows color (decimal): -2775586 or 14591445. OLE color: 14591445.

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

Color convert

RGB 213 165 222 -
CMYK 0.04 0.26 0 0.13
HSL 290.53º 0.46% 0.76% -
HSV(B) 290.53º 0.26% 0.87% -
XYZ 54.08 46.33 75.2 -
YUV 185.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 213 165 222 0.04 0.26 0 0.13 290.53 0.46 0.76
Hex D5 A5 DE 4 1A 0 D 123 2E 4C
Octal 325 245 336 4 32 0 15 443 56 114
Binary 11010101 10100101 11011110 100 11010 0 1101 100100011 101110 1001100

Color Harmonies of #D5A5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A5DE

Black with #D5A5DE

Text Example


Text Example

White with #D5A5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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