Html Css Color HEX #DB6AED Heliotrope

📋 copy color: '#DB6AED'

red 219 ◦ green 106 ◦ blue 237

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

Shades of Heliotrope #DB6AED

Tints of Heliotrope #DB6AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 38.97%
G = 18.86%
B = 42.17%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB6AED (or 0xDB6AED) is known color: Heliotrope. HEX triplet: DB, 6A and ED. RGB value is (219,106,237). Sum of RGB (Red+Green+Blue) = 219+106+237=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB6AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AED is #249512. Grayscale: #9A9A9A. Windows color (decimal): -2397459 or 15559387. OLE color: 15559387.

HSL color Cylindrical-coordinate representation of color #DB6AED: hue angle of 291.76º degrees, saturation: 0.78, 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 #DB6AED is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 106 237 -
CMYK 0.08 0.55 0 0.07
HSL 291.76º 0.78% 0.67% -
HSV(B) 291.76º 0.55% 0.93% -
XYZ 49.65 31.48 83.58 -
YUV 154.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 219 106 237 0.08 0.55 0 0.07 291.76 0.78 0.67
Hex DB 6A ED 8 37 0 7 124 4E 43
Octal 333 152 355 10 67 0 7 444 116 103
Binary 11011011 1101010 11101101 1000 110111 0 111 100100100 1001110 1000011

Color Harmonies of #DB6AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AED

Black with #DB6AED

Text Example


Text Example

White with #DB6AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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