Html Css Color HEX #DB93F1 Plum

📋 copy color: '#DB93F1'

red 219 ◦ green 147 ◦ blue 241

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

Shades of Plum #DB93F1

Tints of Plum #DB93F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.7%

R = 36.08%
G = 24.22%
B = 39.7%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB93F1 (or 0xDB93F1) is known color: Plum. HEX triplet: DB, 93 and F1. RGB value is (219,147,241). Sum of RGB (Red+Green+Blue) = 219+147+241=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB93F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93F1 is #246C0E. Grayscale: #B2B2B2. Windows color (decimal): -2386959 or 15832027. OLE color: 15832027.

HSL color Cylindrical-coordinate representation of color #DB93F1: hue angle of 285.96º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB93F1 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 147 241 -
CMYK 0.09 0.39 0 0.05
HSL 285.96º 0.77% 0.76% -
HSV(B) 285.96º 0.39% 0.95% -
XYZ 55.52 42.28 88.45 -
YUV 179.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 219 147 241 0.09 0.39 0 0.05 285.96 0.77 0.76
Hex DB 93 F1 9 27 0 5 11E 4D 4C
Octal 333 223 361 11 47 0 5 436 115 114
Binary 11011011 10010011 11110001 1001 100111 0 101 100011110 1001101 1001100

Color Harmonies of #DB93F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93F1

Black with #DB93F1

Text Example


Text Example

White with #DB93F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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