Html Css Color HEX #DB6FFF Heliotrope

📋 copy color: '#DB6FFF'

red 219 ◦ green 111 ◦ blue 255

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

Shades of Heliotrope #DB6FFF

Tints of Heliotrope #DB6FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.97%

 BLUE value IS 255 (100% from 255) = 43.59%

R = 37.44%
G = 18.97%
B = 43.59%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB6FFF (or 0xDB6FFF) is known color: Heliotrope. HEX triplet: DB, 6F and FF. RGB value is (219,111,255). Sum of RGB (Red+Green+Blue) = 219+111+255=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 111 (43.75% from 255 or 18.97% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6FFF is #249000. Grayscale: #9F9F9F. Windows color (decimal): -2396161 or 16740315. OLE color: 16740315.

HSL color Cylindrical-coordinate representation of color #DB6FFF: hue angle of 285º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6FFF is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 111 255 -
CMYK 0.14 0.56 0 0
HSL 285º 1% 0.72% -
HSV(B) 285º 0.56% 1% -
XYZ 52.95 33.65 98.31 -
YUV 159.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 219 111 255 0.14 0.56 0 0 285 1 0.72
Hex DB 6F FF E 38 0 0 11D 64 48
Octal 333 157 377 16 70 0 0 435 144 110
Binary 11011011 1101111 11111111 1110 111000 0 0 100011101 1100100 1001000

Color Harmonies of #DB6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FFF

Black with #DB6FFF

Text Example


Text Example

White with #DB6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FFF; }

 p { color: rgb(219,111,255); }

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

background-color css

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

 a { background-color: rgb(219,111,255); }

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

border-color css

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

 span { border-color: rgb(219,111,255); }

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