Html Css Color HEX #DB64EC Heliotrope

📋 copy color: '#DB64EC'

red 219 ◦ green 100 ◦ blue 236

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

Shades of Heliotrope #DB64EC

Tints of Heliotrope #DB64EC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.02%

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

R = 39.46%
G = 18.02%
B = 42.52%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB64EC (or 0xDB64EC) is known color: Heliotrope. HEX triplet: DB, 64 and EC. RGB value is (219,100,236). Sum of RGB (Red+Green+Blue) = 219+100+236=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB64EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB64EC is #249B13. Grayscale: #969696. Windows color (decimal): -2398996 or 15492315. OLE color: 15492315.

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

Color convert

RGB 219 100 236 -
CMYK 0.07 0.58 0 0.07
HSL 292.5º 0.78% 0.66% -
HSV(B) 292.5º 0.58% 0.93% -
XYZ 48.91 30.23 82.61 -
YUV 151.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 219 100 236 0.07 0.58 0 0.07 292.5 0.78 0.66
Hex DB 64 EC 7 3A 0 7 124 4E 42
Octal 333 144 354 7 72 0 7 444 116 102
Binary 11011011 1100100 11101100 111 111010 0 111 100100100 1001110 1000010

Color Harmonies of #DB64EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB64EC

Black with #DB64EC

Text Example


Text Example

White with #DB64EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB64EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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