Html Css Color HEX #D88EDA Plum

📋 copy color: '#D88EDA'

red 216 ◦ green 142 ◦ blue 218

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

Shades of Plum #D88EDA

Tints of Plum #D88EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.65%

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 37.5%
G = 24.65%
B = 37.85%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D88EDA (or 0xD88EDA) is known color: Plum. HEX triplet: D8, 8E and DA. RGB value is (216,142,218). Sum of RGB (Red+Green+Blue) = 216+142+218=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #D88EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88EDA is #277125. Grayscale: #ACACAC. Windows color (decimal): -2584870 or 14323416. OLE color: 14323416.

HSL color Cylindrical-coordinate representation of color #D88EDA: hue angle of 298.42º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88EDA is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 142 218 -
CMYK 0.01 0.35 0 0.15
HSL 298.42º 0.51% 0.71% -
HSV(B) 298.42º 0.35% 0.85% -
XYZ 50.65 39.01 71.19 -
YUV 172.79 153.52 158.82 -
System Red Green Blue C M Y K H S L
Decimal 216 142 218 0.01 0.35 0 0.15 298.42 0.51 0.71
Hex D8 8E DA 1 23 0 F 12A 33 47
Octal 330 216 332 1 43 0 17 452 63 107
Binary 11011000 10001110 11011010 1 100011 0 1111 100101010 110011 1000111

Color Harmonies of #D88EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88EDA

Black with #D88EDA

Text Example


Text Example

White with #D88EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88EDA; }

 p { color: rgb(216,142,218); }

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

background-color css

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

 a { background-color: rgb(216,142,218); }

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

border-color css

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

 span { border-color: rgb(216,142,218); }

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