Html Css Color HEX #D78ADB Plum

📋 copy color: '#D78ADB'

red 215 ◦ green 138 ◦ blue 219

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

Shades of Plum #D78ADB

Tints of Plum #D78ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.29%

R = 37.59%
G = 24.13%
B = 38.29%

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

#D78ADB (or 0xD78ADB) is known color: Plum. HEX triplet: D7, 8A and DB. RGB value is (215,138,219). Sum of RGB (Red+Green+Blue) = 215+138+219=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #D78ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ADB is #287524. Grayscale: #AAAAAA. Windows color (decimal): -2651429 or 14387927. OLE color: 14387927.

HSL color Cylindrical-coordinate representation of color #D78ADB: hue angle of 297.04º degrees, saturation: 0.53, 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 #D78ADB is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 138 219 -
CMYK 0.02 0.37 0 0.14
HSL 297.04º 0.53% 0.7% -
HSV(B) 297.04º 0.37% 0.86% -
XYZ 49.9 37.74 71.67 -
YUV 170.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 215 138 219 0.02 0.37 0 0.14 297.04 0.53 0.7
Hex D7 8A DB 2 25 0 E 129 35 46
Octal 327 212 333 2 45 0 16 451 65 106
Binary 11010111 10001010 11011011 10 100101 0 1110 100101001 110101 1000110

Color Harmonies of #D78ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78ADB

Black with #D78ADB

Text Example


Text Example

White with #D78ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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