Html Css Color HEX #DB6EEA Heliotrope

📋 copy color: '#DB6EEA'

red 219 ◦ green 110 ◦ blue 234

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

Shades of Heliotrope #DB6EEA

Tints of Heliotrope #DB6EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.54%

 BLUE value IS 234 (91.8% from 255) = 41.56%

R = 38.9%
G = 19.54%
B = 41.56%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB6EEA (or 0xDB6EEA) is known color: Heliotrope. HEX triplet: DB, 6E and EA. RGB value is (219,110,234). Sum of RGB (Red+Green+Blue) = 219+110+234=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB6EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6EEA is #249115. Grayscale: #9C9C9C. Windows color (decimal): -2396438 or 15363803. OLE color: 15363803.

HSL color Cylindrical-coordinate representation of color #DB6EEA: hue angle of 292.74º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6EEA is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 110 234 -
CMYK 0.06 0.53 0 0.08
HSL 292.74º 0.75% 0.67% -
HSV(B) 292.74º 0.53% 0.92% -
XYZ 49.64 32.15 81.43 -
YUV 156.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 219 110 234 0.06 0.53 0 0.08 292.74 0.75 0.67
Hex DB 6E EA 6 35 0 8 125 4B 43
Octal 333 156 352 6 65 0 10 445 113 103
Binary 11011011 1101110 11101010 110 110101 0 1000 100100101 1001011 1000011

Color Harmonies of #DB6EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EEA

Black with #DB6EEA

Text Example


Text Example

White with #DB6EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EEA; }

 p { color: rgb(219,110,234); }

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

background-color css

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

 a { background-color: rgb(219,110,234); }

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

border-color css

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

 span { border-color: rgb(219,110,234); }

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