Html Css Color HEX #D78EDB Plum

📋 copy color: '#D78EDB'

red 215 ◦ green 142 ◦ blue 219

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

Shades of Plum #D78EDB

Tints of Plum #D78EDB

RGB

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

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

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

R = 37.33%
G = 24.65%
B = 38.02%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D78EDB (or 0xD78EDB) is known color: Plum. HEX triplet: D7, 8E and DB. RGB value is (215,142,219). Sum of RGB (Red+Green+Blue) = 215+142+219=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 142 (55.86% from 255 or 24.65% 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 #D78EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78EDB is #287124. Grayscale: #ACACAC. Windows color (decimal): -2650405 or 14388951. OLE color: 14388951.

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

Color convert

RGB 215 142 219 -
CMYK 0.02 0.35 0 0.14
HSL 296.88º 0.52% 0.71% -
HSV(B) 296.88º 0.35% 0.86% -
XYZ 50.48 38.91 71.87 -
YUV 172.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 215 142 219 0.02 0.35 0 0.14 296.88 0.52 0.71
Hex D7 8E DB 2 23 0 E 129 34 47
Octal 327 216 333 2 43 0 16 451 64 107
Binary 11010111 10001110 11011011 10 100011 0 1110 100101001 110100 1000111

Color Harmonies of #D78EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78EDB

Black with #D78EDB

Text Example


Text Example

White with #D78EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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