Html Css Color HEX #DB64FE Heliotrope

📋 copy color: '#DB64FE'

red 219 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #DB64FE

Tints of Heliotrope #DB64FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 38.22%
G = 17.45%
B = 44.33%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB64FE (or 0xDB64FE) is known color: Heliotrope. HEX triplet: DB, 64 and FE. RGB value is (219,100,254). Sum of RGB (Red+Green+Blue) = 219+100+254=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 100 (39.45% from 255 or 17.45% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB64FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB64FE is #249B01. Grayscale: #989898. Windows color (decimal): -2398978 or 16671963. OLE color: 16671963.

HSL color Cylindrical-coordinate representation of color #DB64FE: hue angle of 286.36º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB64FE is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 100 254 -
CMYK 0.14 0.61 0 0.00
HSL 286.36º 0.99% 0.69% -
HSV(B) 286.36º 0.61% 1% -
XYZ 51.66 31.33 97.09 -
YUV 153.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 219 100 254 0.14 0.61 0 0.00 286.36 0.99 0.69
Hex DB 64 FE E 3D 0 0 11E 63 45
Octal 333 144 376 16 75 0 0 436 143 105
Binary 11011011 1100100 11111110 1110 111101 0 0 100011110 1100011 1000101

Color Harmonies of #DB64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB64FE

Black with #DB64FE

Text Example


Text Example

White with #DB64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB64FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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