Html Css Color HEX #D78ADD Plum

📋 copy color: '#D78ADD'

red 215 ◦ green 138 ◦ blue 221

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

Shades of Plum #D78ADD

Tints of Plum #D78ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.04%

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

R = 37.46%
G = 24.04%
B = 38.5%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D78ADD (or 0xD78ADD) is known color: Plum. HEX triplet: D7, 8A and DD. RGB value is (215,138,221). Sum of RGB (Red+Green+Blue) = 215+138+221=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #D78ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ADD is #287522. Grayscale: #AAAAAA. Windows color (decimal): -2651427 or 14518999. OLE color: 14518999.

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

Color convert

RGB 215 138 221 -
CMYK 0.03 0.38 0 0.13
HSL 295.66º 0.55% 0.7% -
HSV(B) 295.66º 0.38% 0.87% -
XYZ 50.16 37.84 73.07 -
YUV 170.49 156.51 159.75 -
System Red Green Blue C M Y K H S L
Decimal 215 138 221 0.03 0.38 0 0.13 295.66 0.55 0.7
Hex D7 8A DD 3 26 0 D 128 37 46
Octal 327 212 335 3 46 0 15 450 67 106
Binary 11010111 10001010 11011101 11 100110 0 1101 100101000 110111 1000110

Color Harmonies of #D78ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78ADD

Black with #D78ADD

Text Example


Text Example

White with #D78ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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