Html Css Color HEX #D78FD5 Plum

📋 copy color: '#D78FD5'

red 215 ◦ green 143 ◦ blue 213

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

Shades of Plum #D78FD5

Tints of Plum #D78FD5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.04%

 BLUE value IS 213 (83.59% from 255) = 37.3%

R = 37.65%
G = 25.04%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D78FD5 (or 0xD78FD5) is known color: Plum. HEX triplet: D7, 8F and D5. RGB value is (215,143,213). Sum of RGB (Red+Green+Blue) = 215+143+213=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FD5 is #28702A. Grayscale: #ACACAC. Windows color (decimal): -2650155 or 13995991. OLE color: 13995991.

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

Color convert

RGB 215 143 213 -
CMYK 0 0.33 0.01 0.16
HSL 301.67º 0.47% 0.7% -
HSV(B) 301.67º 0.33% 0.84% -
XYZ 49.86 38.9 67.83 -
YUV 172.51 150.85 158.31 -
System Red Green Blue C M Y K H S L
Decimal 215 143 213 0 0.33 0.01 0.16 301.67 0.47 0.7
Hex D7 8F D5 0 21 1 10 12E 2F 46
Octal 327 217 325 0 41 1 20 456 57 106
Binary 11010111 10001111 11010101 0 100001 1 10000 100101110 101111 1000110

Color Harmonies of #D78FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78FD5

Black with #D78FD5

Text Example


Text Example

White with #D78FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78FD5; }

 p { color: rgb(215,143,213); }

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

background-color css

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

 a { background-color: rgb(215,143,213); }

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

border-color css

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

 span { border-color: rgb(215,143,213); }

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