Html Css Color HEX #D78BDC Plum

📋 copy color: '#D78BDC'

red 215 ◦ green 139 ◦ blue 220

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

Shades of Plum #D78BDC

Tints of Plum #D78BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.22%

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 37.46%
G = 24.22%
B = 38.33%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D78BDC (or 0xD78BDC) is known color: Plum. HEX triplet: D7, 8B and DC. RGB value is (215,139,220). Sum of RGB (Red+Green+Blue) = 215+139+220=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #D78BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BDC is #287423. Grayscale: #AAAAAA. Windows color (decimal): -2651172 or 14453719. OLE color: 14453719.

HSL color Cylindrical-coordinate representation of color #D78BDC: hue angle of 296.3º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D78BDC is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 139 220 -
CMYK 0.02 0.37 0 0.14
HSL 296.3º 0.54% 0.7% -
HSV(B) 296.3º 0.37% 0.86% -
XYZ 50.18 38.08 72.42 -
YUV 170.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 215 139 220 0.02 0.37 0 0.14 296.3 0.54 0.7
Hex D7 8B DC 2 25 0 E 128 36 46
Octal 327 213 334 2 45 0 16 450 66 106
Binary 11010111 10001011 11011100 10 100101 0 1110 100101000 110110 1000110

Color Harmonies of #D78BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78BDC

Black with #D78BDC

Text Example


Text Example

White with #D78BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78BDC; }

 p { color: rgb(215,139,220); }

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

background-color css

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

 a { background-color: rgb(215,139,220); }

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

border-color css

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

 span { border-color: rgb(215,139,220); }

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