Html Css Color HEX #DB92DA Plum

📋 copy color: '#DB92DA'

red 219 ◦ green 146 ◦ blue 218

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

Shades of Plum #DB92DA

Tints of Plum #DB92DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 37.56%
G = 25.04%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB92DA (or 0xDB92DA) is known color: Plum. HEX triplet: DB, 92 and DA. RGB value is (219,146,218). Sum of RGB (Red+Green+Blue) = 219+146+218=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92DA is #246D25. Grayscale: #AFAFAF. Windows color (decimal): -2387238 or 14324443. OLE color: 14324443.

HSL color Cylindrical-coordinate representation of color #DB92DA: hue angle of 300.82º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB92DA is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 146 218 -
CMYK 0 0.33 0.00 0.14
HSL 300.82º 0.5% 0.72% -
HSV(B) 300.82º 0.33% 0.86% -
XYZ 52.15 40.68 71.43 -
YUV 176.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 219 146 218 0 0.33 0.00 0.14 300.82 0.5 0.72
Hex DB 92 DA 0 21 0 E 12D 32 48
Octal 333 222 332 0 41 0 16 455 62 110
Binary 11011011 10010010 11011010 0 100001 0 1110 100101101 110010 1001000

Color Harmonies of #DB92DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB92DA

Black with #DB92DA

Text Example


Text Example

White with #DB92DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB92DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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