Html Css Color HEX #D78ADF Plum

📋 copy color: '#D78ADF'

red 215 ◦ green 138 ◦ blue 223

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

Shades of Plum #D78ADF

Tints of Plum #D78ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.72%

R = 37.33%
G = 23.96%
B = 38.72%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D78ADF (or 0xD78ADF) is known color: Plum. HEX triplet: D7, 8A and DF. RGB value is (215,138,223). Sum of RGB (Red+Green+Blue) = 215+138+223=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #D78ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ADF is #287520. Grayscale: #AAAAAA. Windows color (decimal): -2651425 or 14650071. OLE color: 14650071.

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

Color convert

RGB 215 138 223 -
CMYK 0.04 0.38 0 0.13
HSL 294.35º 0.57% 0.71% -
HSV(B) 294.35º 0.38% 0.87% -
XYZ 50.43 37.95 74.48 -
YUV 170.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 215 138 223 0.04 0.38 0 0.13 294.35 0.57 0.71
Hex D7 8A DF 4 26 0 D 126 39 47
Octal 327 212 337 4 46 0 15 446 71 107
Binary 11010111 10001010 11011111 100 100110 0 1101 100100110 111001 1000111

Color Harmonies of #D78ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78ADF

Black with #D78ADF

Text Example


Text Example

White with #D78ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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