Html Css Color HEX #DB92DD Plum

📋 copy color: '#DB92DD'

red 219 ◦ green 146 ◦ blue 221

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

Shades of Plum #DB92DD

Tints of Plum #DB92DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.71%

R = 37.37%
G = 24.91%
B = 37.71%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB92DD (or 0xDB92DD) is known color: Plum. HEX triplet: DB, 92 and DD. RGB value is (219,146,221). Sum of RGB (Red+Green+Blue) = 219+146+221=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92DD is #246D22. Grayscale: #B0B0B0. Windows color (decimal): -2387235 or 14521051. OLE color: 14521051.

HSL color Cylindrical-coordinate representation of color #DB92DD: hue angle of 298.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB92DD is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 146 221 -
CMYK 0.01 0.34 0 0.13
HSL 298.4º 0.52% 0.72% -
HSV(B) 298.4º 0.34% 0.87% -
XYZ 52.54 40.84 73.52 -
YUV 176.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 219 146 221 0.01 0.34 0 0.13 298.4 0.52 0.72
Hex DB 92 DD 1 22 0 D 12A 34 48
Octal 333 222 335 1 42 0 15 452 64 110
Binary 11011011 10010010 11011101 1 100010 0 1101 100101010 110100 1001000

Color Harmonies of #DB92DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB92DD

Black with #DB92DD

Text Example


Text Example

White with #DB92DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB92DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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