Html Css Color HEX #DB92E4 Plum

📋 copy color: '#DB92E4'

red 219 ◦ green 146 ◦ blue 228

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

Shades of Plum #DB92E4

Tints of Plum #DB92E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.45%

R = 36.93%
G = 24.62%
B = 38.45%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB92E4 (or 0xDB92E4) is known color: Plum. HEX triplet: DB, 92 and E4. RGB value is (219,146,228). Sum of RGB (Red+Green+Blue) = 219+146+228=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB92E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92E4 is #246D1B. Grayscale: #B0B0B0. Windows color (decimal): -2387228 or 14979803. OLE color: 14979803.

HSL color Cylindrical-coordinate representation of color #DB92E4: hue angle of 293.41º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB92E4 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 146 228 -
CMYK 0.04 0.36 0 0.11
HSL 293.41º 0.6% 0.73% -
HSV(B) 293.41º 0.36% 0.89% -
XYZ 53.5 41.22 78.54 -
YUV 177.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 219 146 228 0.04 0.36 0 0.11 293.41 0.6 0.73
Hex DB 92 E4 4 24 0 B 125 3C 49
Octal 333 222 344 4 44 0 13 445 74 111
Binary 11011011 10010010 11100100 100 100100 0 1011 100100101 111100 1001001

Color Harmonies of #DB92E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB92E4

Black with #DB92E4

Text Example


Text Example

White with #DB92E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB92E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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