Html Css Color HEX #D8A6E4 Plum

📋 copy color: '#D8A6E4'

red 216 ◦ green 166 ◦ blue 228

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

Shades of Plum #D8A6E4

Tints of Plum #D8A6E4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.21%

 BLUE value IS 228 (89.45% from 255) = 37.38%

R = 35.41%
G = 27.21%
B = 37.38%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D8A6E4 (or 0xD8A6E4) is known color: Plum. HEX triplet: D8, A6 and E4. RGB value is (216,166,228). Sum of RGB (Red+Green+Blue) = 216+166+228=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #D8A6E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A6E4 is #27591B. Grayscale: #BBBBBB. Windows color (decimal): -2578716 or 14984920. OLE color: 14984920.

HSL color Cylindrical-coordinate representation of color #D8A6E4: hue angle of 288.39º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8A6E4 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 166 228 -
CMYK 0.05 0.27 0 0.11
HSL 288.39º 0.53% 0.77% -
HSV(B) 288.39º 0.27% 0.89% -
XYZ 55.96 47.47 79.61 -
YUV 188.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 216 166 228 0.05 0.27 0 0.11 288.39 0.53 0.77
Hex D8 A6 E4 5 1B 0 B 120 35 4D
Octal 330 246 344 5 33 0 13 440 65 115
Binary 11011000 10100110 11100100 101 11011 0 1011 100100000 110101 1001101

Color Harmonies of #D8A6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A6E4

Black with #D8A6E4

Text Example


Text Example

White with #D8A6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A6E4; }

 p { color: rgb(216,166,228); }

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

background-color css

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

 a { background-color: rgb(216,166,228); }

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

border-color css

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

 span { border-color: rgb(216,166,228); }

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