Html Css Color HEX #DB64F6 Heliotrope

📋 copy color: '#DB64F6'

red 219 ◦ green 100 ◦ blue 246

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

Shades of Heliotrope #DB64F6

Tints of Heliotrope #DB64F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.54%

R = 38.76%
G = 17.7%
B = 43.54%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB64F6 (or 0xDB64F6) is known color: Heliotrope. HEX triplet: DB, 64 and F6. RGB value is (219,100,246). Sum of RGB (Red+Green+Blue) = 219+100+246=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 100 (39.45% from 255 or 17.70% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB64F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB64F6 is #249B09. Grayscale: #979797. Windows color (decimal): -2398986 or 16147675. OLE color: 16147675.

HSL color Cylindrical-coordinate representation of color #DB64F6: hue angle of 288.9º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB64F6 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 100 246 -
CMYK 0.11 0.59 0 0.04
HSL 288.9º 0.89% 0.68% -
HSV(B) 288.9º 0.59% 0.96% -
XYZ 50.41 30.83 90.48 -
YUV 152.23 180.92 175.63 -
System Red Green Blue C M Y K H S L
Decimal 219 100 246 0.11 0.59 0 0.04 288.9 0.89 0.68
Hex DB 64 F6 B 3B 0 4 121 59 44
Octal 333 144 366 13 73 0 4 441 131 104
Binary 11011011 1100100 11110110 1011 111011 0 100 100100001 1011001 1000100

Color Harmonies of #DB64F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB64F6

Black with #DB64F6

Text Example


Text Example

White with #DB64F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB64F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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