Html Css Color HEX #DB6BF1 Heliotrope

📋 copy color: '#DB6BF1'

red 219 ◦ green 107 ◦ blue 241

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

Shades of Heliotrope #DB6BF1

Tints of Heliotrope #DB6BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.5%

R = 38.62%
G = 18.87%
B = 42.5%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB6BF1 (or 0xDB6BF1) is known color: Heliotrope. HEX triplet: DB, 6B and F1. RGB value is (219,107,241). Sum of RGB (Red+Green+Blue) = 219+107+241=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB6BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BF1 is #24940E. Grayscale: #9B9B9B. Windows color (decimal): -2397199 or 15821787. OLE color: 15821787.

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

Color convert

RGB 219 107 241 -
CMYK 0.09 0.56 0 0.05
HSL 290.15º 0.83% 0.68% -
HSV(B) 290.15º 0.56% 0.95% -
XYZ 50.35 31.93 86.73 -
YUV 155.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 219 107 241 0.09 0.56 0 0.05 290.15 0.83 0.68
Hex DB 6B F1 9 38 0 5 122 53 44
Octal 333 153 361 11 70 0 5 442 123 104
Binary 11011011 1101011 11110001 1001 111000 0 101 100100010 1010011 1000100

Color Harmonies of #DB6BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BF1

Black with #DB6BF1

Text Example


Text Example

White with #DB6BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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