Html Css Color HEX #D78BDD Plum

📋 copy color: '#D78BDD'

red 215 ◦ green 139 ◦ blue 221

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

Shades of Plum #D78BDD

Tints of Plum #D78BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 37.39%
G = 24.17%
B = 38.43%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D78BDD (or 0xD78BDD) is known color: Plum. HEX triplet: D7, 8B and DD. RGB value is (215,139,221). Sum of RGB (Red+Green+Blue) = 215+139+221=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #D78BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BDD is #287422. Grayscale: #AAAAAA. Windows color (decimal): -2651171 or 14519255. OLE color: 14519255.

HSL color Cylindrical-coordinate representation of color #D78BDD: hue angle of 295.61º degrees, saturation: 0.55, 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 #D78BDD is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 139 221 -
CMYK 0.03 0.37 0 0.13
HSL 295.61º 0.55% 0.71% -
HSV(B) 295.61º 0.37% 0.87% -
XYZ 50.31 38.13 73.12 -
YUV 171.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 215 139 221 0.03 0.37 0 0.13 295.61 0.55 0.71
Hex D7 8B DD 3 25 0 D 128 37 47
Octal 327 213 335 3 45 0 15 450 67 107
Binary 11010111 10001011 11011101 11 100101 0 1101 100101000 110111 1000111

Color Harmonies of #D78BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78BDD

Black with #D78BDD

Text Example


Text Example

White with #D78BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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