Html Css Color HEX #DB6AF0 Heliotrope

📋 copy color: '#DB6AF0'

red 219 ◦ green 106 ◦ blue 240

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

Shades of Heliotrope #DB6AF0

Tints of Heliotrope #DB6AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.76%

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

R = 38.76%
G = 18.76%
B = 42.48%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB6AF0 (or 0xDB6AF0) is known color: Heliotrope. HEX triplet: DB, 6A and F0. RGB value is (219,106,240). Sum of RGB (Red+Green+Blue) = 219+106+240=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB6AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AF0 is #24950F. Grayscale: #9A9A9A. Windows color (decimal): -2397456 or 15755995. OLE color: 15755995.

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

Color convert

RGB 219 106 240 -
CMYK 0.09 0.56 0 0.06
HSL 290.6º 0.82% 0.68% -
HSV(B) 290.6º 0.56% 0.94% -
XYZ 50.1 31.66 85.91 -
YUV 155.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 219 106 240 0.09 0.56 0 0.06 290.6 0.82 0.68
Hex DB 6A F0 9 38 0 6 123 52 44
Octal 333 152 360 11 70 0 6 443 122 104
Binary 11011011 1101010 11110000 1001 111000 0 110 100100011 1010010 1000100

Color Harmonies of #DB6AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AF0

Black with #DB6AF0

Text Example


Text Example

White with #DB6AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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