Html Css Color HEX #DB4EFF Heliotrope

📋 copy color: '#DB4EFF'

red 219 ◦ green 78 ◦ blue 255

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

Shades of Heliotrope #DB4EFF

Tints of Heliotrope #DB4EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.13%

 BLUE value IS 255 (100% from 255) = 46.2%

R = 39.67%
G = 14.13%
B = 46.2%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB4EFF (or 0xDB4EFF) is known color: Heliotrope. HEX triplet: DB, 4E and FF. RGB value is (219,78,255). Sum of RGB (Red+Green+Blue) = 219+78+255=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 78 (30.86% from 255 or 14.13% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB4EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4EFF is #24B100. Grayscale: #8B8B8B. Windows color (decimal): -2404609 or 16731867. OLE color: 16731867.

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

Color convert

RGB 219 78 255 -
CMYK 0.14 0.69 0 0
HSL 287.8º 1% 0.65% -
HSV(B) 287.8º 0.69% 1% -
XYZ 49.99 27.73 97.33 -
YUV 140.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 219 78 255 0.14 0.69 0 0 287.8 1 0.65
Hex DB 4E FF E 45 0 0 120 64 41
Octal 333 116 377 16 105 0 0 440 144 101
Binary 11011011 1001110 11111111 1110 1000101 0 0 100100000 1100100 1000001

Color Harmonies of #DB4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EFF

Black with #DB4EFF

Text Example


Text Example

White with #DB4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EFF; }

 p { color: rgb(219,78,255); }

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

background-color css

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

 a { background-color: rgb(219,78,255); }

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

border-color css

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

 span { border-color: rgb(219,78,255); }

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