Html Css Color HEX #DB93DC Plum

📋 copy color: '#DB93DC'

red 219 ◦ green 147 ◦ blue 220

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

Shades of Plum #DB93DC

Tints of Plum #DB93DC

RGB

 RED value IS 219 (85.94% from 255) = 37.37%

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

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

R = 37.37%
G = 25.09%
B = 37.54%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB93DC (or 0xDB93DC) is known color: Plum. HEX triplet: DB, 93 and DC. RGB value is (219,147,220). Sum of RGB (Red+Green+Blue) = 219+147+220=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93DC is #246C23. Grayscale: #B0B0B0. Windows color (decimal): -2386980 or 14455771. OLE color: 14455771.

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

Color convert

RGB 219 147 220 -
CMYK 0.00 0.33 0 0.14
HSL 299.18º 0.51% 0.72% -
HSV(B) 299.18º 0.33% 0.86% -
XYZ 52.57 41.09 72.87 -
YUV 176.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 219 147 220 0.00 0.33 0 0.14 299.18 0.51 0.72
Hex DB 93 DC 0 21 0 E 12B 33 48
Octal 333 223 334 0 41 0 16 453 63 110
Binary 11011011 10010011 11011100 0 100001 0 1110 100101011 110011 1001000

Color Harmonies of #DB93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93DC

Black with #DB93DC

Text Example


Text Example

White with #DB93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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