Html Css Color HEX #D78AD1 Plum

📋 copy color: '#D78AD1'

red 215 ◦ green 138 ◦ blue 209

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

Shades of Plum #D78AD1

Tints of Plum #D78AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.19%

R = 38.26%
G = 24.56%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D78AD1 (or 0xD78AD1) is known color: Plum. HEX triplet: D7, 8A and D1. RGB value is (215,138,209). Sum of RGB (Red+Green+Blue) = 215+138+209=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78AD1 is #28752E. Grayscale: #A8A8A8. Windows color (decimal): -2651439 or 13732567. OLE color: 13732567.

HSL color Cylindrical-coordinate representation of color #D78AD1: hue angle of 304.68º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78AD1 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 138 209 -
CMYK 0 0.36 0.03 0.16
HSL 304.68º 0.49% 0.69% -
HSV(B) 304.68º 0.36% 0.84% -
XYZ 48.62 37.23 64.94 -
YUV 169.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 215 138 209 0 0.36 0.03 0.16 304.68 0.49 0.69
Hex D7 8A D1 0 24 3 10 131 31 45
Octal 327 212 321 0 44 3 20 461 61 105
Binary 11010111 10001010 11010001 0 100100 11 10000 100110001 110001 1000101

Color Harmonies of #D78AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78AD1

Black with #D78AD1

Text Example


Text Example

White with #D78AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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