Html Css Color HEX #D5A1DF Plum

📋 copy color: '#D5A1DF'

red 213 ◦ green 161 ◦ blue 223

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

Shades of Plum #D5A1DF

Tints of Plum #D5A1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.35%

R = 35.68%
G = 26.97%
B = 37.35%

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

#D5A1DF (or 0xD5A1DF) is known color: Plum. HEX triplet: D5, A1 and DF. RGB value is (213,161,223). Sum of RGB (Red+Green+Blue) = 213+161+223=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1DF is #2A5E20. Grayscale: #B7B7B7. Windows color (decimal): -2776609 or 14655957. OLE color: 14655957.

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

Color convert

RGB 213 161 223 -
CMYK 0.04 0.28 0 0.13
HSL 290.32º 0.49% 0.75% -
HSV(B) 290.32º 0.28% 0.87% -
XYZ 53.5 44.96 75.67 -
YUV 183.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 213 161 223 0.04 0.28 0 0.13 290.32 0.49 0.75
Hex D5 A1 DF 4 1C 0 D 122 31 4B
Octal 325 241 337 4 34 0 15 442 61 113
Binary 11010101 10100001 11011111 100 11100 0 1101 100100010 110001 1001011

Color Harmonies of #D5A1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A1DF

Black with #D5A1DF

Text Example


Text Example

White with #D5A1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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