Html Css Color HEX #DB92EB Plum

📋 copy color: '#DB92EB'

red 219 ◦ green 146 ◦ blue 235

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

Shades of Plum #DB92EB

Tints of Plum #DB92EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.17%

R = 36.5%
G = 24.33%
B = 39.17%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB92EB (or 0xDB92EB) is known color: Plum. HEX triplet: DB, 92 and EB. RGB value is (219,146,235). Sum of RGB (Red+Green+Blue) = 219+146+235=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB92EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92EB is #246D14. Grayscale: #B1B1B1. Windows color (decimal): -2387221 or 15438555. OLE color: 15438555.

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

Color convert

RGB 219 146 235 -
CMYK 0.07 0.38 0 0.08
HSL 289.21º 0.69% 0.75% -
HSV(B) 289.21º 0.38% 0.92% -
XYZ 54.49 41.62 83.76 -
YUV 177.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 219 146 235 0.07 0.38 0 0.08 289.21 0.69 0.75
Hex DB 92 EB 7 26 0 8 121 45 4B
Octal 333 222 353 7 46 0 10 441 105 113
Binary 11011011 10010010 11101011 111 100110 0 1000 100100001 1000101 1001011

Color Harmonies of #DB92EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB92EB

Black with #DB92EB

Text Example


Text Example

White with #DB92EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB92EB; }

 p { color: rgb(219,146,235); }

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

background-color css

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

 a { background-color: rgb(219,146,235); }

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

border-color css

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

 span { border-color: rgb(219,146,235); }

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