Html Css Color HEX #D78FD3 Plum

📋 copy color: '#D78FD3'

red 215 ◦ green 143 ◦ blue 211

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

Shades of Plum #D78FD3

Tints of Plum #D78FD3

RGB

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

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

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

R = 37.79%
G = 25.13%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D78FD3 (or 0xD78FD3) is known color: Plum. HEX triplet: D7, 8F and D3. RGB value is (215,143,211). Sum of RGB (Red+Green+Blue) = 215+143+211=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FD3 is #28702C. Grayscale: #ACACAC. Windows color (decimal): -2650157 or 13864919. OLE color: 13864919.

HSL color Cylindrical-coordinate representation of color #D78FD3: hue angle of 303.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D78FD3 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 143 211 -
CMYK 0 0.33 0.02 0.16
HSL 303.33º 0.47% 0.7% -
HSV(B) 303.33º 0.33% 0.84% -
XYZ 49.6 38.8 66.5 -
YUV 172.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 215 143 211 0 0.33 0.02 0.16 303.33 0.47 0.7
Hex D7 8F D3 0 21 2 10 12F 2F 46
Octal 327 217 323 0 41 2 20 457 57 106
Binary 11010111 10001111 11010011 0 100001 10 10000 100101111 101111 1000110

Color Harmonies of #D78FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78FD3

Black with #D78FD3

Text Example


Text Example

White with #D78FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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