Html Css Color HEX #D391DB Plum

📋 copy color: '#D391DB'

red 211 ◦ green 145 ◦ blue 219

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

Shades of Plum #D391DB

Tints of Plum #D391DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 36.7%
G = 25.22%
B = 38.09%

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

#D391DB (or 0xD391DB) is known color: Plum. HEX triplet: D3, 91 and DB. RGB value is (211,145,219). Sum of RGB (Red+Green+Blue) = 211+145+219=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #D391DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D391DB is #2C6E24. Grayscale: #ACACAC. Windows color (decimal): -2911781 or 14389715. OLE color: 14389715.

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

Color convert

RGB 211 145 219 -
CMYK 0.04 0.34 0 0.14
HSL 293.51º 0.51% 0.71% -
HSV(B) 293.51º 0.34% 0.86% -
XYZ 49.78 39.21 71.96 -
YUV 173.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 211 145 219 0.04 0.34 0 0.14 293.51 0.51 0.71
Hex D3 91 DB 4 22 0 E 126 33 47
Octal 323 221 333 4 42 0 16 446 63 107
Binary 11010011 10010001 11011011 100 100010 0 1110 100100110 110011 1000111

Color Harmonies of #D391DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D391DB

Black with #D391DB

Text Example


Text Example

White with #D391DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D391DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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