Html Css Color HEX #DB6BFA Heliotrope

📋 copy color: '#DB6BFA'

red 219 ◦ green 107 ◦ blue 250

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

Shades of Heliotrope #DB6BFA

Tints of Heliotrope #DB6BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.58%

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

R = 38.02%
G = 18.58%
B = 43.4%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB6BFA (or 0xDB6BFA) is known color: Heliotrope. HEX triplet: DB, 6B and FA. RGB value is (219,107,250). Sum of RGB (Red+Green+Blue) = 219+107+250=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB6BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BFA is #249405. Grayscale: #9C9C9C. Windows color (decimal): -2397190 or 16411611. OLE color: 16411611.

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

Color convert

RGB 219 107 250 -
CMYK 0.12 0.57 0 0.02
HSL 286.99º 0.93% 0.7% -
HSV(B) 286.99º 0.57% 0.98% -
XYZ 51.73 32.48 93.99 -
YUV 156.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 219 107 250 0.12 0.57 0 0.02 286.99 0.93 0.7
Hex DB 6B FA C 39 0 2 11F 5D 46
Octal 333 153 372 14 71 0 2 437 135 106
Binary 11011011 1101011 11111010 1100 111001 0 10 100011111 1011101 1000110

Color Harmonies of #DB6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BFA

Black with #DB6BFA

Text Example


Text Example

White with #DB6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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