Html Css Color HEX #DB6AEF Heliotrope

📋 copy color: '#DB6AEF'

red 219 ◦ green 106 ◦ blue 239

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

Shades of Heliotrope #DB6AEF

Tints of Heliotrope #DB6AEF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.79%

 BLUE value IS 239 (93.75% from 255) = 42.38%

R = 38.83%
G = 18.79%
B = 42.38%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB6AEF (or 0xDB6AEF) is known color: Heliotrope. HEX triplet: DB, 6A and EF. RGB value is (219,106,239). Sum of RGB (Red+Green+Blue) = 219+106+239=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB6AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AEF is #249510. Grayscale: #9A9A9A. Windows color (decimal): -2397457 or 15690459. OLE color: 15690459.

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

Color convert

RGB 219 106 239 -
CMYK 0.08 0.56 0 0.06
HSL 290.98º 0.81% 0.68% -
HSV(B) 290.98º 0.56% 0.94% -
XYZ 49.95 31.6 85.13 -
YUV 154.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 219 106 239 0.08 0.56 0 0.06 290.98 0.81 0.68
Hex DB 6A EF 8 38 0 6 123 51 44
Octal 333 152 357 10 70 0 6 443 121 104
Binary 11011011 1101010 11101111 1000 111000 0 110 100100011 1010001 1000100

Color Harmonies of #DB6AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AEF

Black with #DB6AEF

Text Example


Text Example

White with #DB6AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AEF; }

 p { color: rgb(219,106,239); }

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

background-color css

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

 a { background-color: rgb(219,106,239); }

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

border-color css

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

 span { border-color: rgb(219,106,239); }

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