Html Css Color HEX #DB6FFA Heliotrope

📋 copy color: '#DB6FFA'

red 219 ◦ green 111 ◦ blue 250

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

Shades of Heliotrope #DB6FFA

Tints of Heliotrope #DB6FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 37.76%
G = 19.14%
B = 43.1%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB6FFA (or 0xDB6FFA) is known color: Heliotrope. HEX triplet: DB, 6F and FA. RGB value is (219,111,250). Sum of RGB (Red+Green+Blue) = 219+111+250=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB6FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6FFA is #249005. Grayscale: #9E9E9E. Windows color (decimal): -2396166 or 16412635. OLE color: 16412635.

HSL color Cylindrical-coordinate representation of color #DB6FFA: hue angle of 286.62º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6FFA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 111 250 -
CMYK 0.12 0.56 0 0.02
HSL 286.62º 0.93% 0.71% -
HSV(B) 286.62º 0.56% 0.98% -
XYZ 52.15 33.33 94.13 -
YUV 159.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 219 111 250 0.12 0.56 0 0.02 286.62 0.93 0.71
Hex DB 6F FA C 38 0 2 11F 5D 47
Octal 333 157 372 14 70 0 2 437 135 107
Binary 11011011 1101111 11111010 1100 111000 0 10 100011111 1011101 1000111

Color Harmonies of #DB6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FFA

Black with #DB6FFA

Text Example


Text Example

White with #DB6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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