Html Css Color HEX #D88DDB Plum

📋 copy color: '#D88DDB'

red 216 ◦ green 141 ◦ blue 219

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

Shades of Plum #D88DDB

Tints of Plum #D88DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.48%

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

R = 37.5%
G = 24.48%
B = 38.02%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D88DDB (or 0xD88DDB) is known color: Plum. HEX triplet: D8, 8D and DB. RGB value is (216,141,219). Sum of RGB (Red+Green+Blue) = 216+141+219=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #D88DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DDB is #277224. Grayscale: #ACACAC. Windows color (decimal): -2585125 or 14388696. OLE color: 14388696.

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

Color convert

RGB 216 141 219 -
CMYK 0.01 0.36 0 0.14
HSL 297.69º 0.52% 0.71% -
HSV(B) 297.69º 0.36% 0.86% -
XYZ 50.63 38.76 71.83 -
YUV 172.32 154.35 159.16 -
System Red Green Blue C M Y K H S L
Decimal 216 141 219 0.01 0.36 0 0.14 297.69 0.52 0.71
Hex D8 8D DB 1 24 0 E 12A 34 47
Octal 330 215 333 1 44 0 16 452 64 107
Binary 11011000 10001101 11011011 1 100100 0 1110 100101010 110100 1000111

Color Harmonies of #D88DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DDB

Black with #D88DDB

Text Example


Text Example

White with #D88DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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