Html Css Color HEX #DB6EF1 Heliotrope

📋 copy color: '#DB6EF1'

red 219 ◦ green 110 ◦ blue 241

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

Shades of Heliotrope #DB6EF1

Tints of Heliotrope #DB6EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.3%

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

R = 38.42%
G = 19.3%
B = 42.28%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB6EF1 (or 0xDB6EF1) is known color: Heliotrope. HEX triplet: DB, 6E and F1. RGB value is (219,110,241). Sum of RGB (Red+Green+Blue) = 219+110+241=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB6EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6EF1 is #24910E. Grayscale: #9D9D9D. Windows color (decimal): -2396431 or 15822555. OLE color: 15822555.

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

Color convert

RGB 219 110 241 -
CMYK 0.09 0.54 0 0.05
HSL 289.92º 0.82% 0.69% -
HSV(B) 289.92º 0.54% 0.95% -
XYZ 50.67 32.56 86.83 -
YUV 157.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 219 110 241 0.09 0.54 0 0.05 289.92 0.82 0.69
Hex DB 6E F1 9 36 0 5 122 52 45
Octal 333 156 361 11 66 0 5 442 122 105
Binary 11011011 1101110 11110001 1001 110110 0 101 100100010 1010010 1000101

Color Harmonies of #DB6EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EF1

Black with #DB6EF1

Text Example


Text Example

White with #DB6EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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