Html Css Color HEX #D78BDB Plum

📋 copy color: '#D78BDB'

red 215 ◦ green 139 ◦ blue 219

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

Shades of Plum #D78BDB

Tints of Plum #D78BDB

RGB

 RED value IS 215 (84.38% from 255) = 37.52%

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

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

R = 37.52%
G = 24.26%
B = 38.22%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D78BDB (or 0xD78BDB) is known color: Plum. HEX triplet: D7, 8B and DB. RGB value is (215,139,219). Sum of RGB (Red+Green+Blue) = 215+139+219=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #D78BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BDB is #287424. Grayscale: #AAAAAA. Windows color (decimal): -2651173 or 14388183. OLE color: 14388183.

HSL color Cylindrical-coordinate representation of color #D78BDB: hue angle of 297º 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 #D78BDB is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 139 219 -
CMYK 0.02 0.37 0 0.14
HSL 297º 0.53% 0.7% -
HSV(B) 297º 0.37% 0.86% -
XYZ 50.04 38.03 71.72 -
YUV 170.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 215 139 219 0.02 0.37 0 0.14 297 0.53 0.7
Hex D7 8B DB 2 25 0 E 129 35 46
Octal 327 213 333 2 45 0 16 451 65 106
Binary 11010111 10001011 11011011 10 100101 0 1110 100101001 110101 1000110

Color Harmonies of #D78BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78BDB

Black with #D78BDB

Text Example


Text Example

White with #D78BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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