Html Css Color HEX #DB64EF Heliotrope

📋 copy color: '#DB64EF'

red 219 ◦ green 100 ◦ blue 239

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

Shades of Heliotrope #DB64EF

Tints of Heliotrope #DB64EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.83%

R = 39.25%
G = 17.92%
B = 42.83%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB64EF (or 0xDB64EF) is known color: Heliotrope. HEX triplet: DB, 64 and EF. RGB value is (219,100,239). Sum of RGB (Red+Green+Blue) = 219+100+239=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 100 (39.45% from 255 or 17.92% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB64EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB64EF is #249B10. Grayscale: #969696. Windows color (decimal): -2398993 or 15688923. OLE color: 15688923.

HSL color Cylindrical-coordinate representation of color #DB64EF: hue angle of 291.37º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB64EF is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 100 239 -
CMYK 0.08 0.58 0 0.06
HSL 291.37º 0.81% 0.66% -
HSV(B) 291.37º 0.58% 0.94% -
XYZ 49.35 30.41 84.93 -
YUV 151.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 219 100 239 0.08 0.58 0 0.06 291.37 0.81 0.66
Hex DB 64 EF 8 3A 0 6 123 51 42
Octal 333 144 357 10 72 0 6 443 121 102
Binary 11011011 1100100 11101111 1000 111010 0 110 100100011 1010001 1000010

Color Harmonies of #DB64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB64EF

Black with #DB64EF

Text Example


Text Example

White with #DB64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB64EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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