Html Css Color HEX #D78DE0 Plum

📋 copy color: '#D78DE0'

red 215 ◦ green 141 ◦ blue 224

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

Shades of Plum #D78DE0

Tints of Plum #D78DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.62%

R = 37.07%
G = 24.31%
B = 38.62%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D78DE0 (or 0xD78DE0) is known color: Plum. HEX triplet: D7, 8D and E0. RGB value is (215,141,224). Sum of RGB (Red+Green+Blue) = 215+141+224=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #D78DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DE0 is #28721F. Grayscale: #ACACAC. Windows color (decimal): -2650656 or 14716375. OLE color: 14716375.

HSL color Cylindrical-coordinate representation of color #D78DE0: hue angle of 293.49º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D78DE0 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 141 224 -
CMYK 0.04 0.37 0 0.12
HSL 293.49º 0.57% 0.72% -
HSV(B) 293.49º 0.37% 0.88% -
XYZ 51 38.88 75.34 -
YUV 172.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 215 141 224 0.04 0.37 0 0.12 293.49 0.57 0.72
Hex D7 8D E0 4 25 0 C 125 39 48
Octal 327 215 340 4 45 0 14 445 71 110
Binary 11010111 10001101 11100000 100 100101 0 1100 100100101 111001 1001000

Color Harmonies of #D78DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78DE0

Black with #D78DE0

Text Example


Text Example

White with #D78DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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