Html Css Color HEX #D78DDB Plum

📋 copy color: '#D78DDB'

red 215 ◦ green 141 ◦ blue 219

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

Shades of Plum #D78DDB

Tints of Plum #D78DDB

RGB

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

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

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

R = 37.39%
G = 24.52%
B = 38.09%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D78DDB (or 0xD78DDB) is known color: Plum. HEX triplet: D7, 8D and DB. RGB value is (215,141,219). Sum of RGB (Red+Green+Blue) = 215+141+219=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #D78DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DDB is #287224. Grayscale: #ABABAB. Windows color (decimal): -2650661 or 14388695. OLE color: 14388695.

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

Color convert

RGB 215 141 219 -
CMYK 0.02 0.36 0 0.14
HSL 296.92º 0.52% 0.71% -
HSV(B) 296.92º 0.36% 0.86% -
XYZ 50.34 38.61 71.82 -
YUV 172.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 215 141 219 0.02 0.36 0 0.14 296.92 0.52 0.71
Hex D7 8D DB 2 24 0 E 129 34 47
Octal 327 215 333 2 44 0 16 451 64 107
Binary 11010111 10001101 11011011 10 100100 0 1110 100101001 110100 1000111

Color Harmonies of #D78DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78DDB

Black with #D78DDB

Text Example


Text Example

White with #D78DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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