Html Css Color HEX #D393DC Plum

📋 copy color: '#D393DC'

red 211 ◦ green 147 ◦ blue 220

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

Shades of Plum #D393DC

Tints of Plum #D393DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.43%

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

R = 36.51%
G = 25.43%
B = 38.06%

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

#D393DC (or 0xD393DC) is known color: Plum. HEX triplet: D3, 93 and DC. RGB value is (211,147,220). Sum of RGB (Red+Green+Blue) = 211+147+220=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #D393DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393DC is #2C6C23. Grayscale: #AEAEAE. Windows color (decimal): -2911268 or 14455763. OLE color: 14455763.

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

Color convert

RGB 211 147 220 -
CMYK 0.04 0.33 0 0.14
HSL 292.6º 0.51% 0.72% -
HSV(B) 292.6º 0.33% 0.86% -
XYZ 50.22 39.88 72.76 -
YUV 174.46 153.7 154.06 -
System Red Green Blue C M Y K H S L
Decimal 211 147 220 0.04 0.33 0 0.14 292.6 0.51 0.72
Hex D3 93 DC 4 21 0 E 125 33 48
Octal 323 223 334 4 41 0 16 445 63 110
Binary 11010011 10010011 11011100 100 100001 0 1110 100100101 110011 1001000

Color Harmonies of #D393DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D393DC

Black with #D393DC

Text Example


Text Example

White with #D393DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D393DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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