Html Css Color HEX #D78AD8 Plum

📋 copy color: '#D78AD8'

red 215 ◦ green 138 ◦ blue 216

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

Shades of Plum #D78AD8

Tints of Plum #D78AD8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.25%

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

R = 37.79%
G = 24.25%
B = 37.96%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D78AD8 (or 0xD78AD8) is known color: Plum. HEX triplet: D7, 8A and D8. RGB value is (215,138,216). Sum of RGB (Red+Green+Blue) = 215+138+216=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #D78AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78AD8 is #287527. Grayscale: #A9A9A9. Windows color (decimal): -2651432 or 14191319. OLE color: 14191319.

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

Color convert

RGB 215 138 216 -
CMYK 0.00 0.36 0 0.15
HSL 299.23º 0.5% 0.69% -
HSV(B) 299.23º 0.36% 0.85% -
XYZ 49.51 37.58 69.61 -
YUV 169.92 154.01 160.16 -
System Red Green Blue C M Y K H S L
Decimal 215 138 216 0.00 0.36 0 0.15 299.23 0.5 0.69
Hex D7 8A D8 0 24 0 F 12B 32 45
Octal 327 212 330 0 44 0 17 453 62 105
Binary 11010111 10001010 11011000 0 100100 0 1111 100101011 110010 1000101

Color Harmonies of #D78AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78AD8

Black with #D78AD8

Text Example


Text Example

White with #D78AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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