Html Css Color HEX #DB6AEC Heliotrope

📋 copy color: '#DB6AEC'

red 219 ◦ green 106 ◦ blue 236

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

Shades of Heliotrope #DB6AEC

Tints of Heliotrope #DB6AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 39.04%
G = 18.89%
B = 42.07%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB6AEC (or 0xDB6AEC) is known color: Heliotrope. HEX triplet: DB, 6A and EC. RGB value is (219,106,236). Sum of RGB (Red+Green+Blue) = 219+106+236=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 106 (41.80% from 255 or 18.89% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB6AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AEC is #249513. Grayscale: #9A9A9A. Windows color (decimal): -2397460 or 15493851. OLE color: 15493851.

HSL color Cylindrical-coordinate representation of color #DB6AEC: hue angle of 292.15º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6AEC is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 106 236 -
CMYK 0.07 0.55 0 0.07
HSL 292.15º 0.77% 0.67% -
HSV(B) 292.15º 0.55% 0.93% -
XYZ 49.51 31.42 82.81 -
YUV 154.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 219 106 236 0.07 0.55 0 0.07 292.15 0.77 0.67
Hex DB 6A EC 7 37 0 7 124 4D 43
Octal 333 152 354 7 67 0 7 444 115 103
Binary 11011011 1101010 11101100 111 110111 0 111 100100100 1001101 1000011

Color Harmonies of #DB6AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AEC

Black with #DB6AEC

Text Example


Text Example

White with #DB6AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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