Html Css Color HEX #DB6EF0 Heliotrope

📋 copy color: '#DB6EF0'

red 219 ◦ green 110 ◦ blue 240

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

Shades of Heliotrope #DB6EF0

Tints of Heliotrope #DB6EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.18%

R = 38.49%
G = 19.33%
B = 42.18%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB6EF0 (or 0xDB6EF0) is known color: Heliotrope. HEX triplet: DB, 6E and F0. RGB value is (219,110,240). Sum of RGB (Red+Green+Blue) = 219+110+240=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB6EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6EF0 is #24910F. Grayscale: #9D9D9D. Windows color (decimal): -2396432 or 15757019. OLE color: 15757019.

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

Color convert

RGB 219 110 240 -
CMYK 0.09 0.54 0 0.06
HSL 290.31º 0.81% 0.69% -
HSV(B) 290.31º 0.54% 0.94% -
XYZ 50.52 32.5 86.05 -
YUV 157.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 219 110 240 0.09 0.54 0 0.06 290.31 0.81 0.69
Hex DB 6E F0 9 36 0 6 122 51 45
Octal 333 156 360 11 66 0 6 442 121 105
Binary 11011011 1101110 11110000 1001 110110 0 110 100100010 1010001 1000101

Color Harmonies of #DB6EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EF0

Black with #DB6EF0

Text Example


Text Example

White with #DB6EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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