Html Css Color HEX #DB6AFF Heliotrope

📋 copy color: '#DB6AFF'

red 219 ◦ green 106 ◦ blue 255

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

Shades of Heliotrope #DB6AFF

Tints of Heliotrope #DB6AFF

RGB

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

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

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

R = 37.76%
G = 18.28%
B = 43.97%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB6AFF (or 0xDB6AFF) is known color: Heliotrope. HEX triplet: DB, 6A and FF. RGB value is (219,106,255). Sum of RGB (Red+Green+Blue) = 219+106+255=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 106 (41.80% from 255 or 18.28% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB6AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AFF is #249500. Grayscale: #9C9C9C. Windows color (decimal): -2397441 or 16739035. OLE color: 16739035.

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

Color convert

RGB 219 106 255 -
CMYK 0.14 0.58 0 0
HSL 285.5º 1% 0.71% -
HSV(B) 285.5º 0.58% 1% -
XYZ 52.42 32.59 98.14 -
YUV 156.77 183.44 172.38 -
System Red Green Blue C M Y K H S L
Decimal 219 106 255 0.14 0.58 0 0 285.5 1 0.71
Hex DB 6A FF E 3A 0 0 11E 64 47
Octal 333 152 377 16 72 0 0 436 144 107
Binary 11011011 1101010 11111111 1110 111010 0 0 100011110 1100100 1000111

Color Harmonies of #DB6AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AFF

Black with #DB6AFF

Text Example


Text Example

White with #DB6AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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