Html Css Color HEX #D392DB Plum

📋 copy color: '#D392DB'

red 211 ◦ green 146 ◦ blue 219

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

Shades of Plum #D392DB

Tints of Plum #D392DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.35%

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

R = 36.63%
G = 25.35%
B = 38.02%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D392DB (or 0xD392DB) is known color: Plum. HEX triplet: D3, 92 and DB. RGB value is (211,146,219). Sum of RGB (Red+Green+Blue) = 211+146+219=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #D392DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392DB is #2C6D24. Grayscale: #ADADAD. Windows color (decimal): -2911525 or 14389971. OLE color: 14389971.

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

Color convert

RGB 211 146 219 -
CMYK 0.04 0.33 0 0.14
HSL 293.42º 0.5% 0.72% -
HSV(B) 293.42º 0.33% 0.86% -
XYZ 49.93 39.52 72.01 -
YUV 173.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 211 146 219 0.04 0.33 0 0.14 293.42 0.5 0.72
Hex D3 92 DB 4 21 0 E 125 32 48
Octal 323 222 333 4 41 0 16 445 62 110
Binary 11010011 10010010 11011011 100 100001 0 1110 100100101 110010 1001000

Color Harmonies of #D392DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D392DB

Black with #D392DB

Text Example


Text Example

White with #D392DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D392DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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