Html Css Color HEX #DB6AFA Heliotrope

📋 copy color: '#DB6AFA'

red 219 ◦ green 106 ◦ blue 250

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

Shades of Heliotrope #DB6AFA

Tints of Heliotrope #DB6AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.48%

R = 38.09%
G = 18.43%
B = 43.48%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB6AFA (or 0xDB6AFA) is known color: Heliotrope. HEX triplet: DB, 6A and FA. RGB value is (219,106,250). Sum of RGB (Red+Green+Blue) = 219+106+250=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 106 (41.80% from 255 or 18.43% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB6AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AFA is #249505. Grayscale: #9B9B9B. Windows color (decimal): -2397446 or 16411355. OLE color: 16411355.

HSL color Cylindrical-coordinate representation of color #DB6AFA: hue angle of 287.08º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB6AFA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 106 250 -
CMYK 0.12 0.58 0 0.02
HSL 287.08º 0.94% 0.7% -
HSV(B) 287.08º 0.58% 0.98% -
XYZ 51.62 32.27 93.95 -
YUV 156.2 180.94 172.79 -
System Red Green Blue C M Y K H S L
Decimal 219 106 250 0.12 0.58 0 0.02 287.08 0.94 0.7
Hex DB 6A FA C 3A 0 2 11F 5E 46
Octal 333 152 372 14 72 0 2 437 136 106
Binary 11011011 1101010 11111010 1100 111010 0 10 100011111 1011110 1000110

Color Harmonies of #DB6AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AFA

Black with #DB6AFA

Text Example


Text Example

White with #DB6AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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