Html Css Color HEX #D78DE4 Plum

📋 copy color: '#D78DE4'

red 215 ◦ green 141 ◦ blue 228

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

Shades of Plum #D78DE4

Tints of Plum #D78DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.04%

R = 36.82%
G = 24.14%
B = 39.04%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D78DE4 (or 0xD78DE4) is known color: Plum. HEX triplet: D7, 8D and E4. RGB value is (215,141,228). Sum of RGB (Red+Green+Blue) = 215+141+228=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 228 - color contains mainly: blue. Hex color #D78DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DE4 is #28721B. Grayscale: #ACACAC. Windows color (decimal): -2650652 or 14978519. OLE color: 14978519.

HSL color Cylindrical-coordinate representation of color #D78DE4: hue angle of 291.03º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D78DE4 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 141 228 -
CMYK 0.06 0.38 0 0.11
HSL 291.03º 0.62% 0.72% -
HSV(B) 291.03º 0.38% 0.89% -
XYZ 51.55 39.1 78.23 -
YUV 173.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 215 141 228 0.06 0.38 0 0.11 291.03 0.62 0.72
Hex D7 8D E4 6 26 0 B 123 3E 48
Octal 327 215 344 6 46 0 13 443 76 110
Binary 11010111 10001101 11100100 110 100110 0 1011 100100011 111110 1001000

Color Harmonies of #D78DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78DE4

Black with #D78DE4

Text Example


Text Example

White with #D78DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78DE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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