Html Css Color HEX #D78ED8 Plum

📋 copy color: '#D78ED8'

red 215 ◦ green 142 ◦ blue 216

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

Shades of Plum #D78ED8

Tints of Plum #D78ED8

RGB

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

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

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

R = 37.52%
G = 24.78%
B = 37.7%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D78ED8 (or 0xD78ED8) is known color: Plum. HEX triplet: D7, 8E and D8. RGB value is (215,142,216). Sum of RGB (Red+Green+Blue) = 215+142+216=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #D78ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ED8 is #287127. Grayscale: #ACACAC. Windows color (decimal): -2650408 or 14192343. OLE color: 14192343.

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

Color convert

RGB 215 142 216 -
CMYK 0.00 0.34 0 0.15
HSL 299.19º 0.49% 0.7% -
HSV(B) 299.19º 0.34% 0.85% -
XYZ 50.09 38.75 69.81 -
YUV 172.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 215 142 216 0.00 0.34 0 0.15 299.19 0.49 0.7
Hex D7 8E D8 0 22 0 F 12B 31 46
Octal 327 216 330 0 42 0 17 453 61 106
Binary 11010111 10001110 11011000 0 100010 0 1111 100101011 110001 1000110

Color Harmonies of #D78ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78ED8

Black with #D78ED8

Text Example


Text Example

White with #D78ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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