Html Css Color HEX #D391DC Plum

📋 copy color: '#D391DC'

red 211 ◦ green 145 ◦ blue 220

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

Shades of Plum #D391DC

Tints of Plum #D391DC

RGB

 RED value IS 211 (82.81% from 255) = 36.63%

 GREEN value IS 145 (57.03% from 255) = 25.17%

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 36.63%
G = 25.17%
B = 38.19%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D391DC (or 0xD391DC) is known color: Plum. HEX triplet: D3, 91 and DC. RGB value is (211,145,220). Sum of RGB (Red+Green+Blue) = 211+145+220=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #D391DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D391DC is #2C6E23. Grayscale: #ADADAD. Windows color (decimal): -2911780 or 14455251. OLE color: 14455251.

HSL color Cylindrical-coordinate representation of color #D391DC: hue angle of 292.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D391DC is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 145 220 -
CMYK 0.04 0.34 0 0.14
HSL 292.8º 0.52% 0.72% -
HSV(B) 292.8º 0.34% 0.86% -
XYZ 49.91 39.27 72.66 -
YUV 173.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 211 145 220 0.04 0.34 0 0.14 292.8 0.52 0.72
Hex D3 91 DC 4 22 0 E 125 34 48
Octal 323 221 334 4 42 0 16 445 64 110
Binary 11010011 10010001 11011100 100 100010 0 1110 100100101 110100 1001000

Color Harmonies of #D391DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D391DC

Black with #D391DC

Text Example


Text Example

White with #D391DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D391DC; }

 p { color: rgb(211,145,220); }

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

background-color css

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

 a { background-color: rgb(211,145,220); }

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

border-color css

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

 span { border-color: rgb(211,145,220); }

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