Html Css Color HEX #D78DD8 Plum

📋 copy color: '#D78DD8'

red 215 ◦ green 141 ◦ blue 216

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

Shades of Plum #D78DD8

Tints of Plum #D78DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.76%

R = 37.59%
G = 24.65%
B = 37.76%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D78DD8 (or 0xD78DD8) is known color: Plum. HEX triplet: D7, 8D and D8. RGB value is (215,141,216). Sum of RGB (Red+Green+Blue) = 215+141+216=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #D78DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DD8 is #287227. Grayscale: #ABABAB. Windows color (decimal): -2650664 or 14192087. OLE color: 14192087.

HSL color Cylindrical-coordinate representation of color #D78DD8: hue angle of 299.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78DD8 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 141 216 -
CMYK 0.00 0.35 0 0.15
HSL 299.2º 0.49% 0.7% -
HSV(B) 299.2º 0.35% 0.85% -
XYZ 49.94 38.45 69.76 -
YUV 171.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 215 141 216 0.00 0.35 0 0.15 299.2 0.49 0.7
Hex D7 8D D8 0 23 0 F 12B 31 46
Octal 327 215 330 0 43 0 17 453 61 106
Binary 11010111 10001101 11011000 0 100011 0 1111 100101011 110001 1000110

Color Harmonies of #D78DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78DD8

Black with #D78DD8

Text Example


Text Example

White with #D78DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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