Html Css Color HEX #DB6BF4 Heliotrope

📋 copy color: '#DB6BF4'

red 219 ◦ green 107 ◦ blue 244

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

Shades of Heliotrope #DB6BF4

Tints of Heliotrope #DB6BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.81%

R = 38.42%
G = 18.77%
B = 42.81%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB6BF4 (or 0xDB6BF4) is known color: Heliotrope. HEX triplet: DB, 6B and F4. RGB value is (219,107,244). Sum of RGB (Red+Green+Blue) = 219+107+244=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 244 (95.70% from 255 or 42.81% from 570); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB6BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BF4 is #24940B. Grayscale: #9B9B9B. Windows color (decimal): -2397196 or 16018395. OLE color: 16018395.

HSL color Cylindrical-coordinate representation of color #DB6BF4: hue angle of 289.05º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6BF4 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 107 244 -
CMYK 0.10 0.56 0 0.04
HSL 289.05º 0.86% 0.69% -
HSV(B) 289.05º 0.56% 0.96% -
XYZ 50.8 32.11 89.11 -
YUV 156.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 219 107 244 0.10 0.56 0 0.04 289.05 0.86 0.69
Hex DB 6B F4 A 38 0 4 121 56 45
Octal 333 153 364 12 70 0 4 441 126 105
Binary 11011011 1101011 11110100 1010 111000 0 100 100100001 1010110 1000101

Color Harmonies of #DB6BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BF4

Black with #DB6BF4

Text Example


Text Example

White with #DB6BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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