Html Css Color HEX #D78DDC Plum

📋 copy color: '#D78DDC'

red 215 ◦ green 141 ◦ blue 220

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

Shades of Plum #D78DDC

Tints of Plum #D78DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 37.33%
G = 24.48%
B = 38.19%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D78DDC (or 0xD78DDC) is known color: Plum. HEX triplet: D7, 8D and DC. RGB value is (215,141,220). Sum of RGB (Red+Green+Blue) = 215+141+220=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #D78DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DDC is #287223. Grayscale: #ABABAB. Windows color (decimal): -2650660 or 14454231. OLE color: 14454231.

HSL color Cylindrical-coordinate representation of color #D78DDC: hue angle of 296.2º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78DDC is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 141 220 -
CMYK 0.02 0.36 0 0.14
HSL 296.2º 0.53% 0.71% -
HSV(B) 296.2º 0.36% 0.86% -
XYZ 50.47 38.66 72.51 -
YUV 172.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 215 141 220 0.02 0.36 0 0.14 296.2 0.53 0.71
Hex D7 8D DC 2 24 0 E 128 35 47
Octal 327 215 334 2 44 0 16 450 65 107
Binary 11010111 10001101 11011100 10 100100 0 1110 100101000 110101 1000111

Color Harmonies of #D78DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78DDC

Black with #D78DDC

Text Example


Text Example

White with #D78DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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