Html Css Color HEX #DB6AF4 Heliotrope

📋 copy color: '#DB6AF4'

red 219 ◦ green 106 ◦ blue 244

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

Shades of Heliotrope #DB6AF4

Tints of Heliotrope #DB6AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.88%

R = 38.49%
G = 18.63%
B = 42.88%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB6AF4 (or 0xDB6AF4) is known color: Heliotrope. HEX triplet: DB, 6A and F4. RGB value is (219,106,244). Sum of RGB (Red+Green+Blue) = 219+106+244=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 106 (41.80% from 255 or 18.63% from 569); Blue value is 244 (95.70% from 255 or 42.88% from 569); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB6AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AF4 is #24950B. Grayscale: #9B9B9B. Windows color (decimal): -2397452 or 16018139. OLE color: 16018139.

HSL color Cylindrical-coordinate representation of color #DB6AF4: hue angle of 289.13º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6AF4 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 106 244 -
CMYK 0.10 0.57 0 0.04
HSL 289.13º 0.86% 0.69% -
HSV(B) 289.13º 0.57% 0.96% -
XYZ 50.7 31.9 89.07 -
YUV 155.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 219 106 244 0.10 0.57 0 0.04 289.13 0.86 0.69
Hex DB 6A F4 A 39 0 4 121 56 45
Octal 333 152 364 12 71 0 4 441 126 105
Binary 11011011 1101010 11110100 1010 111001 0 100 100100001 1010110 1000101

Color Harmonies of #DB6AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AF4

Black with #DB6AF4

Text Example


Text Example

White with #DB6AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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