Html Css Color HEX #D78DDF Plum

📋 copy color: '#D78DDF'

red 215 ◦ green 141 ◦ blue 223

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

Shades of Plum #D78DDF

Tints of Plum #D78DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.51%

R = 37.13%
G = 24.35%
B = 38.51%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D78DDF (or 0xD78DDF) is known color: Plum. HEX triplet: D7, 8D and DF. RGB value is (215,141,223). Sum of RGB (Red+Green+Blue) = 215+141+223=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #D78DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DDF is #287220. Grayscale: #ACACAC. Windows color (decimal): -2650657 or 14650839. OLE color: 14650839.

HSL color Cylindrical-coordinate representation of color #D78DDF: hue angle of 294.15º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D78DDF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 141 223 -
CMYK 0.04 0.37 0 0.13
HSL 294.15º 0.56% 0.71% -
HSV(B) 294.15º 0.37% 0.87% -
XYZ 50.87 38.82 74.62 -
YUV 172.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 215 141 223 0.04 0.37 0 0.13 294.15 0.56 0.71
Hex D7 8D DF 4 25 0 D 126 38 47
Octal 327 215 337 4 45 0 15 446 70 107
Binary 11010111 10001101 11011111 100 100101 0 1101 100100110 111000 1000111

Color Harmonies of #D78DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78DDF

Black with #D78DDF

Text Example


Text Example

White with #D78DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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