Html Css Color HEX #D78AD3 Plum

📋 copy color: '#D78AD3'

red 215 ◦ green 138 ◦ blue 211

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

Shades of Plum #D78AD3

Tints of Plum #D78AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.41%

R = 38.12%
G = 24.47%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D78AD3 (or 0xD78AD3) is known color: Plum. HEX triplet: D7, 8A and D3. RGB value is (215,138,211). Sum of RGB (Red+Green+Blue) = 215+138+211=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78AD3 is #28752C. Grayscale: #A9A9A9. Windows color (decimal): -2651437 or 13863639. OLE color: 13863639.

HSL color Cylindrical-coordinate representation of color #D78AD3: hue angle of 303.12º 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 #D78AD3 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 138 211 -
CMYK 0 0.36 0.02 0.16
HSL 303.12º 0.49% 0.69% -
HSV(B) 303.12º 0.36% 0.84% -
XYZ 48.87 37.33 66.26 -
YUV 169.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 215 138 211 0 0.36 0.02 0.16 303.12 0.49 0.69
Hex D7 8A D3 0 24 2 10 12F 31 45
Octal 327 212 323 0 44 2 20 457 61 105
Binary 11010111 10001010 11010011 0 100100 10 10000 100101111 110001 1000101

Color Harmonies of #D78AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78AD3

Black with #D78AD3

Text Example


Text Example

White with #D78AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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