Html Css Color HEX #D78DDA Plum

📋 copy color: '#D78DDA'

red 215 ◦ green 141 ◦ blue 218

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

Shades of Plum #D78DDA

Tints of Plum #D78DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 37.46%
G = 24.56%
B = 37.98%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D78DDA (or 0xD78DDA) is known color: Plum. HEX triplet: D7, 8D and DA. RGB value is (215,141,218). Sum of RGB (Red+Green+Blue) = 215+141+218=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #D78DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DDA is #287225. Grayscale: #ABABAB. Windows color (decimal): -2650662 or 14323159. OLE color: 14323159.

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

Color convert

RGB 215 141 218 -
CMYK 0.01 0.35 0 0.15
HSL 297.66º 0.51% 0.7% -
HSV(B) 297.66º 0.35% 0.85% -
XYZ 50.2 38.56 71.13 -
YUV 171.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 215 141 218 0.01 0.35 0 0.15 297.66 0.51 0.7
Hex D7 8D DA 1 23 0 F 12A 33 46
Octal 327 215 332 1 43 0 17 452 63 106
Binary 11010111 10001101 11011010 1 100011 0 1111 100101010 110011 1000110

Color Harmonies of #D78DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78DDA

Black with #D78DDA

Text Example


Text Example

White with #D78DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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