Html Css Color HEX #DB6AF1 Heliotrope

📋 copy color: '#DB6AF1'

red 219 ◦ green 106 ◦ blue 241

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

Shades of Heliotrope #DB6AF1

Tints of Heliotrope #DB6AF1

RGB

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

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

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

R = 38.69%
G = 18.73%
B = 42.58%

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

#DB6AF1 (or 0xDB6AF1) is known color: Heliotrope. HEX triplet: DB, 6A and F1. RGB value is (219,106,241). Sum of RGB (Red+Green+Blue) = 219+106+241=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AF1 is #24950E. Grayscale: #9A9A9A. Windows color (decimal): -2397455 or 15821531. OLE color: 15821531.

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

Color convert

RGB 219 106 241 -
CMYK 0.09 0.56 0 0.05
HSL 290.22º 0.83% 0.68% -
HSV(B) 290.22º 0.56% 0.95% -
XYZ 50.24 31.72 86.69 -
YUV 155.18 176.44 173.52 -
System Red Green Blue C M Y K H S L
Decimal 219 106 241 0.09 0.56 0 0.05 290.22 0.83 0.68
Hex DB 6A F1 9 38 0 5 122 53 44
Octal 333 152 361 11 70 0 5 442 123 104
Binary 11011011 1101010 11110001 1001 111000 0 101 100100010 1010011 1000100

Color Harmonies of #DB6AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AF1

Black with #DB6AF1

Text Example


Text Example

White with #DB6AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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