Html Css Color HEX #D78ECF Plum

📋 copy color: '#D78ECF'

red 215 ◦ green 142 ◦ blue 207

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

Shades of Plum #D78ECF

Tints of Plum #D78ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.18%

 BLUE value IS 207 (81.25% from 255) = 36.7%

R = 38.12%
G = 25.18%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D78ECF (or 0xD78ECF) is known color: Plum. HEX triplet: D7, 8E and CF. RGB value is (215,142,207). Sum of RGB (Red+Green+Blue) = 215+142+207=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ECF is #287130. Grayscale: #ABABAB. Windows color (decimal): -2650417 or 13602519. OLE color: 13602519.

HSL color Cylindrical-coordinate representation of color #D78ECF: hue angle of 306.58º 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 #D78ECF is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 142 207 -
CMYK 0 0.34 0.04 0.16
HSL 306.58º 0.48% 0.7% -
HSV(B) 306.58º 0.34% 0.84% -
XYZ 48.96 38.3 63.84 -
YUV 171.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 215 142 207 0 0.34 0.04 0.16 306.58 0.48 0.7
Hex D7 8E CF 0 22 4 10 133 30 46
Octal 327 216 317 0 42 4 20 463 60 106
Binary 11010111 10001110 11001111 0 100010 100 10000 100110011 110000 1000110

Color Harmonies of #D78ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78ECF

Black with #D78ECF

Text Example


Text Example

White with #D78ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78ECF; }

 p { color: rgb(215,142,207); }

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

background-color css

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

 a { background-color: rgb(215,142,207); }

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

border-color css

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

 span { border-color: rgb(215,142,207); }

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