Html Css Color HEX #D8A1E5 Plum

📋 copy color: '#D8A1E5'

red 216 ◦ green 161 ◦ blue 229

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

Shades of Plum #D8A1E5

Tints of Plum #D8A1E5

RGB

 RED value IS 216 (84.77% from 255) = 35.64%

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

 BLUE value IS 229 (89.84% from 255) = 37.79%

R = 35.64%
G = 26.57%
B = 37.79%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D8A1E5 (or 0xD8A1E5) is known color: Plum. HEX triplet: D8, A1 and E5. RGB value is (216,161,229). Sum of RGB (Red+Green+Blue) = 216+161+229=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #D8A1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1E5 is #275E1A. Grayscale: #B8B8B8. Windows color (decimal): -2579995 or 15049176. OLE color: 15049176.

HSL color Cylindrical-coordinate representation of color #D8A1E5: hue angle of 288.53º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8A1E5 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 161 229 -
CMYK 0.06 0.30 0 0.10
HSL 288.53º 0.57% 0.76% -
HSV(B) 288.53º 0.3% 0.9% -
XYZ 55.21 45.75 80.05 -
YUV 185.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 216 161 229 0.06 0.30 0 0.10 288.53 0.57 0.76
Hex D8 A1 E5 6 1E 0 A 121 39 4C
Octal 330 241 345 6 36 0 12 441 71 114
Binary 11011000 10100001 11100101 110 11110 0 1010 100100001 111001 1001100

Color Harmonies of #D8A1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A1E5

Black with #D8A1E5

Text Example


Text Example

White with #D8A1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A1E5; }

 p { color: rgb(216,161,229); }

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

background-color css

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

 a { background-color: rgb(216,161,229); }

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

border-color css

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

 span { border-color: rgb(216,161,229); }

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