Html Css Color HEX #DB93E0 Plum

📋 copy color: '#DB93E0'

red 219 ◦ green 147 ◦ blue 224

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

Shades of Plum #DB93E0

Tints of Plum #DB93E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 37.12%
G = 24.92%
B = 37.97%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB93E0 (or 0xDB93E0) is known color: Plum. HEX triplet: DB, 93 and E0. RGB value is (219,147,224). Sum of RGB (Red+Green+Blue) = 219+147+224=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB93E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93E0 is #246C1F. Grayscale: #B1B1B1. Windows color (decimal): -2386976 or 14717915. OLE color: 14717915.

HSL color Cylindrical-coordinate representation of color #DB93E0: hue angle of 296.1º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB93E0 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 147 224 -
CMYK 0.02 0.34 0 0.12
HSL 296.1º 0.55% 0.73% -
HSV(B) 296.1º 0.34% 0.88% -
XYZ 53.1 41.31 75.7 -
YUV 177.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 219 147 224 0.02 0.34 0 0.12 296.1 0.55 0.73
Hex DB 93 E0 2 22 0 C 128 37 49
Octal 333 223 340 2 42 0 14 450 67 111
Binary 11011011 10010011 11100000 10 100010 0 1100 100101000 110111 1001001

Color Harmonies of #DB93E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93E0

Black with #DB93E0

Text Example


Text Example

White with #DB93E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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