Html Css Color HEX #DB6FF0 Heliotrope

📋 copy color: '#DB6FF0'

red 219 ◦ green 111 ◦ blue 240

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

Shades of Heliotrope #DB6FF0

Tints of Heliotrope #DB6FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.47%

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

R = 38.42%
G = 19.47%
B = 42.11%

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

#DB6FF0 (or 0xDB6FF0) is known color: Heliotrope. HEX triplet: DB, 6F and F0. RGB value is (219,111,240). Sum of RGB (Red+Green+Blue) = 219+111+240=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB6FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6FF0 is #24900F. Grayscale: #9D9D9D. Windows color (decimal): -2396176 or 15757275. OLE color: 15757275.

HSL color Cylindrical-coordinate representation of color #DB6FF0: hue angle of 290.23º 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 #DB6FF0 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 111 240 -
CMYK 0.09 0.54 0 0.06
HSL 290.23º 0.81% 0.69% -
HSV(B) 290.23º 0.54% 0.94% -
XYZ 50.63 32.72 86.09 -
YUV 158 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 219 111 240 0.09 0.54 0 0.06 290.23 0.81 0.69
Hex DB 6F F0 9 36 0 6 122 51 45
Octal 333 157 360 11 66 0 6 442 121 105
Binary 11011011 1101111 11110000 1001 110110 0 110 100100010 1010001 1000101

Color Harmonies of #DB6FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FF0

Black with #DB6FF0

Text Example


Text Example

White with #DB6FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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