Html Css Color HEX #DB92ED Plum

📋 copy color: '#DB92ED'

red 219 ◦ green 146 ◦ blue 237

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

Shades of Plum #DB92ED

Tints of Plum #DB92ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.37%

R = 36.38%
G = 24.25%
B = 39.37%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB92ED (or 0xDB92ED) is known color: Plum. HEX triplet: DB, 92 and ED. RGB value is (219,146,237). Sum of RGB (Red+Green+Blue) = 219+146+237=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB92ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92ED is #246D12. Grayscale: #B1B1B1. Windows color (decimal): -2387219 or 15569627. OLE color: 15569627.

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

Color convert

RGB 219 146 237 -
CMYK 0.08 0.38 0 0.07
HSL 288.13º 0.72% 0.75% -
HSV(B) 288.13º 0.38% 0.93% -
XYZ 54.78 41.73 85.29 -
YUV 178.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 219 146 237 0.08 0.38 0 0.07 288.13 0.72 0.75
Hex DB 92 ED 8 26 0 7 120 48 4B
Octal 333 222 355 10 46 0 7 440 110 113
Binary 11011011 10010010 11101101 1000 100110 0 111 100100000 1001000 1001011

Color Harmonies of #DB92ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB92ED

Black with #DB92ED

Text Example


Text Example

White with #DB92ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB92ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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