Html Css Color HEX #D78FDD Plum

📋 copy color: '#D78FDD'

red 215 ◦ green 143 ◦ blue 221

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

Shades of Plum #D78FDD

Tints of Plum #D78FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.7%

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

R = 37.13%
G = 24.7%
B = 38.17%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D78FDD (or 0xD78FDD) is known color: Plum. HEX triplet: D7, 8F and DD. RGB value is (215,143,221). Sum of RGB (Red+Green+Blue) = 215+143+221=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #D78FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FDD is #287022. Grayscale: #ADADAD. Windows color (decimal): -2650147 or 14520279. OLE color: 14520279.

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

Color convert

RGB 215 143 221 -
CMYK 0.03 0.35 0 0.13
HSL 295.38º 0.53% 0.71% -
HSV(B) 295.38º 0.35% 0.87% -
XYZ 50.9 39.31 73.31 -
YUV 173.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 215 143 221 0.03 0.35 0 0.13 295.38 0.53 0.71
Hex D7 8F DD 3 23 0 D 127 35 47
Octal 327 217 335 3 43 0 15 447 65 107
Binary 11010111 10001111 11011101 11 100011 0 1101 100100111 110101 1000111

Color Harmonies of #D78FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78FDD

Black with #D78FDD

Text Example


Text Example

White with #D78FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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