Html Css Color HEX #DB6BF9 Heliotrope

📋 copy color: '#DB6BF9'

red 219 ◦ green 107 ◦ blue 249

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

Shades of Heliotrope #DB6BF9

Tints of Heliotrope #DB6BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.3%

R = 38.09%
G = 18.61%
B = 43.3%

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

#DB6BF9 (or 0xDB6BF9) is known color: Heliotrope. HEX triplet: DB, 6B and F9. RGB value is (219,107,249). Sum of RGB (Red+Green+Blue) = 219+107+249=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 107 (42.19% from 255 or 18.61% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB6BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BF9 is #249406. Grayscale: #9C9C9C. Windows color (decimal): -2397191 or 16346075. OLE color: 16346075.

HSL color Cylindrical-coordinate representation of color #DB6BF9: hue angle of 287.32º degrees, saturation: 0.92, 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 #DB6BF9 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 107 249 -
CMYK 0.12 0.57 0 0.02
HSL 287.32º 0.92% 0.7% -
HSV(B) 287.32º 0.57% 0.98% -
XYZ 51.57 32.42 93.16 -
YUV 156.68 180.11 172.45 -
System Red Green Blue C M Y K H S L
Decimal 219 107 249 0.12 0.57 0 0.02 287.32 0.92 0.7
Hex DB 6B F9 C 39 0 2 11F 5C 46
Octal 333 153 371 14 71 0 2 437 134 106
Binary 11011011 1101011 11111001 1100 111001 0 10 100011111 1011100 1000110

Color Harmonies of #DB6BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BF9

Black with #DB6BF9

Text Example


Text Example

White with #DB6BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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