Html Css Color HEX #D78DCF Plum

📋 copy color: '#D78DCF'

red 215 ◦ green 141 ◦ blue 207

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

Shades of Plum #D78DCF

Tints of Plum #D78DCF

RGB

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

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

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

R = 38.19%
G = 25.04%
B = 36.77%

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

#D78DCF (or 0xD78DCF) is known color: Plum. HEX triplet: D7, 8D and CF. RGB value is (215,141,207). Sum of RGB (Red+Green+Blue) = 215+141+207=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DCF is #287230. Grayscale: #AAAAAA. Windows color (decimal): -2650673 or 13602263. OLE color: 13602263.

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

Color convert

RGB 215 141 207 -
CMYK 0 0.34 0.04 0.16
HSL 306.49º 0.48% 0.7% -
HSV(B) 306.49º 0.34% 0.84% -
XYZ 48.81 38 63.79 -
YUV 170.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 215 141 207 0 0.34 0.04 0.16 306.49 0.48 0.7
Hex D7 8D CF 0 22 4 10 132 30 46
Octal 327 215 317 0 42 4 20 462 60 106
Binary 11010111 10001101 11001111 0 100010 100 10000 100110010 110000 1000110

Color Harmonies of #D78DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78DCF

Black with #D78DCF

Text Example


Text Example

White with #D78DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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