Html Css Color HEX #D392DC Plum

📋 copy color: '#D392DC'

red 211 ◦ green 146 ◦ blue 220

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

Shades of Plum #D392DC

Tints of Plum #D392DC

RGB

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

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

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

R = 36.57%
G = 25.3%
B = 38.13%

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

#D392DC (or 0xD392DC) is known color: Plum. HEX triplet: D3, 92 and DC. RGB value is (211,146,220). Sum of RGB (Red+Green+Blue) = 211+146+220=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #D392DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392DC is #2C6D23. Grayscale: #ADADAD. Windows color (decimal): -2911524 or 14455507. OLE color: 14455507.

HSL color Cylindrical-coordinate representation of color #D392DC: hue angle of 292.7º degrees, saturation: 0.51, 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 #D392DC is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 146 220 -
CMYK 0.04 0.34 0 0.14
HSL 292.7º 0.51% 0.72% -
HSV(B) 292.7º 0.34% 0.86% -
XYZ 50.06 39.57 72.71 -
YUV 173.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 211 146 220 0.04 0.34 0 0.14 292.7 0.51 0.72
Hex D3 92 DC 4 22 0 E 125 33 48
Octal 323 222 334 4 42 0 16 445 63 110
Binary 11010011 10010010 11011100 100 100010 0 1110 100100101 110011 1001000

Color Harmonies of #D392DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D392DC

Black with #D392DC

Text Example


Text Example

White with #D392DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D392DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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