Html Css Color HEX #D78DD1 Plum

📋 copy color: '#D78DD1'

red 215 ◦ green 141 ◦ blue 209

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

Shades of Plum #D78DD1

Tints of Plum #D78DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.99%

R = 38.05%
G = 24.96%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D78DD1 (or 0xD78DD1) is known color: Plum. HEX triplet: D7, 8D and D1. RGB value is (215,141,209). Sum of RGB (Red+Green+Blue) = 215+141+209=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DD1 is #28722E. Grayscale: #AAAAAA. Windows color (decimal): -2650671 or 13733335. OLE color: 13733335.

HSL color Cylindrical-coordinate representation of color #D78DD1: hue angle of 304.86º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78DD1 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 141 209 -
CMYK 0 0.34 0.03 0.16
HSL 304.86º 0.48% 0.7% -
HSV(B) 304.86º 0.34% 0.84% -
XYZ 49.06 38.1 65.09 -
YUV 170.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 215 141 209 0 0.34 0.03 0.16 304.86 0.48 0.7
Hex D7 8D D1 0 22 3 10 131 30 46
Octal 327 215 321 0 42 3 20 461 60 106
Binary 11010111 10001101 11010001 0 100010 11 10000 100110001 110000 1000110

Color Harmonies of #D78DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78DD1

Black with #D78DD1

Text Example


Text Example

White with #D78DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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