Html Css Color HEX #D78FDB Plum

📋 copy color: '#D78FDB'

red 215 ◦ green 143 ◦ blue 219

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

Shades of Plum #D78FDB

Tints of Plum #D78FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.78%

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

R = 37.26%
G = 24.78%
B = 37.95%

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

#D78FDB (or 0xD78FDB) is known color: Plum. HEX triplet: D7, 8F and DB. RGB value is (215,143,219). Sum of RGB (Red+Green+Blue) = 215+143+219=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #D78FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FDB is #287024. Grayscale: #ACACAC. Windows color (decimal): -2650149 or 14389207. OLE color: 14389207.

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

Color convert

RGB 215 143 219 -
CMYK 0.02 0.35 0 0.14
HSL 296.84º 0.51% 0.71% -
HSV(B) 296.84º 0.35% 0.86% -
XYZ 50.63 39.21 71.92 -
YUV 173.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 215 143 219 0.02 0.35 0 0.14 296.84 0.51 0.71
Hex D7 8F DB 2 23 0 E 129 33 47
Octal 327 217 333 2 43 0 16 451 63 107
Binary 11010111 10001111 11011011 10 100011 0 1110 100101001 110011 1000111

Color Harmonies of #D78FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78FDB

Black with #D78FDB

Text Example


Text Example

White with #D78FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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