Html Css Color HEX #DB6BF0 Heliotrope

📋 copy color: '#DB6BF0'

red 219 ◦ green 107 ◦ blue 240

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

Shades of Heliotrope #DB6BF0

Tints of Heliotrope #DB6BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.4%

R = 38.69%
G = 18.9%
B = 42.4%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB6BF0 (or 0xDB6BF0) is known color: Heliotrope. HEX triplet: DB, 6B and F0. RGB value is (219,107,240). Sum of RGB (Red+Green+Blue) = 219+107+240=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB6BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BF0 is #24940F. Grayscale: #9B9B9B. Windows color (decimal): -2397200 or 15756251. OLE color: 15756251.

HSL color Cylindrical-coordinate representation of color #DB6BF0: hue angle of 290.53º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6BF0 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 107 240 -
CMYK 0.09 0.55 0 0.06
HSL 290.53º 0.82% 0.68% -
HSV(B) 290.53º 0.55% 0.94% -
XYZ 50.2 31.87 85.94 -
YUV 155.65 175.61 173.19 -
System Red Green Blue C M Y K H S L
Decimal 219 107 240 0.09 0.55 0 0.06 290.53 0.82 0.68
Hex DB 6B F0 9 37 0 6 123 52 44
Octal 333 153 360 11 67 0 6 443 122 104
Binary 11011011 1101011 11110000 1001 110111 0 110 100100011 1010010 1000100

Color Harmonies of #DB6BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BF0

Black with #DB6BF0

Text Example


Text Example

White with #DB6BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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