Html Css Color HEX #DB93EA Plum

📋 copy color: '#DB93EA'

red 219 ◦ green 147 ◦ blue 234

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

Shades of Plum #DB93EA

Tints of Plum #DB93EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39%

R = 36.5%
G = 24.5%
B = 39%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB93EA (or 0xDB93EA) is known color: Plum. HEX triplet: DB, 93 and EA. RGB value is (219,147,234). Sum of RGB (Red+Green+Blue) = 219+147+234=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93EA is #246C15. Grayscale: #B2B2B2. Windows color (decimal): -2386966 or 15373275. OLE color: 15373275.

HSL color Cylindrical-coordinate representation of color #DB93EA: hue angle of 289.66º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB93EA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 147 234 -
CMYK 0.06 0.37 0 0.08
HSL 289.66º 0.67% 0.75% -
HSV(B) 289.66º 0.37% 0.92% -
XYZ 54.5 41.87 83.05 -
YUV 178.45 159.35 156.93 -
System Red Green Blue C M Y K H S L
Decimal 219 147 234 0.06 0.37 0 0.08 289.66 0.67 0.75
Hex DB 93 EA 6 25 0 8 122 43 4B
Octal 333 223 352 6 45 0 10 442 103 113
Binary 11011011 10010011 11101010 110 100101 0 1000 100100010 1000011 1001011

Color Harmonies of #DB93EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93EA

Black with #DB93EA

Text Example


Text Example

White with #DB93EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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