Html Css Color HEX #D88EDB Plum

📋 copy color: '#D88EDB'

red 216 ◦ green 142 ◦ blue 219

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

Shades of Plum #D88EDB

Tints of Plum #D88EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.95%

R = 37.44%
G = 24.61%
B = 37.95%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D88EDB (or 0xD88EDB) is known color: Plum. HEX triplet: D8, 8E and DB. RGB value is (216,142,219). Sum of RGB (Red+Green+Blue) = 216+142+219=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #D88EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88EDB is #277124. Grayscale: #ACACAC. Windows color (decimal): -2584869 or 14388952. OLE color: 14388952.

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

Color convert

RGB 216 142 219 -
CMYK 0.01 0.35 0 0.14
HSL 297.66º 0.52% 0.71% -
HSV(B) 297.66º 0.35% 0.86% -
XYZ 50.78 39.06 71.88 -
YUV 172.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 216 142 219 0.01 0.35 0 0.14 297.66 0.52 0.71
Hex D8 8E DB 1 23 0 E 12A 34 47
Octal 330 216 333 1 43 0 16 452 64 107
Binary 11011000 10001110 11011011 1 100011 0 1110 100101010 110100 1000111

Color Harmonies of #D88EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88EDB

Black with #D88EDB

Text Example


Text Example

White with #D88EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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