Html Css Color HEX #DB93DA Plum

📋 copy color: '#DB93DA'

red 219 ◦ green 147 ◦ blue 218

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

Shades of Plum #DB93DA

Tints of Plum #DB93DA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.17%

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

R = 37.5%
G = 25.17%
B = 37.33%

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

#DB93DA (or 0xDB93DA) is known color: Plum. HEX triplet: DB, 93 and DA. RGB value is (219,147,218). Sum of RGB (Red+Green+Blue) = 219+147+218=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93DA is #246C25. Grayscale: #B0B0B0. Windows color (decimal): -2386982 or 14324699. OLE color: 14324699.

HSL color Cylindrical-coordinate representation of color #DB93DA: hue angle of 300.83º 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 #DB93DA is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 147 218 -
CMYK 0 0.33 0.00 0.14
HSL 300.83º 0.5% 0.72% -
HSV(B) 300.83º 0.33% 0.86% -
XYZ 52.3 40.99 71.48 -
YUV 176.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 219 147 218 0 0.33 0.00 0.14 300.83 0.5 0.72
Hex DB 93 DA 0 21 0 E 12D 32 48
Octal 333 223 332 0 41 0 16 455 62 110
Binary 11011011 10010011 11011010 0 100001 0 1110 100101101 110010 1001000

Color Harmonies of #DB93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93DA

Black with #DB93DA

Text Example


Text Example

White with #DB93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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