Html Css Color HEX #D88BDB Plum

📋 copy color: '#D88BDB'

red 216 ◦ green 139 ◦ blue 219

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

Shades of Plum #D88BDB

Tints of Plum #D88BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.22%

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

R = 37.63%
G = 24.22%
B = 38.15%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D88BDB (or 0xD88BDB) is known color: Plum. HEX triplet: D8, 8B and DB. RGB value is (216,139,219). Sum of RGB (Red+Green+Blue) = 216+139+219=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #D88BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88BDB is #277424. Grayscale: #AAAAAA. Windows color (decimal): -2585637 or 14388184. OLE color: 14388184.

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

Color convert

RGB 216 139 219 -
CMYK 0.01 0.37 0 0.14
HSL 297.75º 0.53% 0.7% -
HSV(B) 297.75º 0.37% 0.86% -
XYZ 50.34 38.18 71.73 -
YUV 171.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 216 139 219 0.01 0.37 0 0.14 297.75 0.53 0.7
Hex D8 8B DB 1 25 0 E 12A 35 46
Octal 330 213 333 1 45 0 16 452 65 106
Binary 11011000 10001011 11011011 1 100101 0 1110 100101010 110101 1000110

Color Harmonies of #D88BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88BDB

Black with #D88BDB

Text Example


Text Example

White with #D88BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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