Html Css Color HEX #DB50FE Heliotrope

📋 copy color: '#DB50FE'

red 219 ◦ green 80 ◦ blue 254

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

Shades of Heliotrope #DB50FE

Tints of Heliotrope #DB50FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.47%

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

R = 39.6%
G = 14.47%
B = 45.93%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB50FE (or 0xDB50FE) is known color: Heliotrope. HEX triplet: DB, 50 and FE. RGB value is (219,80,254). Sum of RGB (Red+Green+Blue) = 219+80+254=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 80 (31.64% from 255 or 14.47% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB50FE is #24AF01. Grayscale: #8C8C8C. Windows color (decimal): -2404098 or 16666843. OLE color: 16666843.

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

Color convert

RGB 219 80 254 -
CMYK 0.14 0.69 0 0.00
HSL 287.93º 0.99% 0.65% -
HSV(B) 287.93º 0.69% 1% -
XYZ 49.97 27.95 96.53 -
YUV 141.4 191.55 183.35 -
System Red Green Blue C M Y K H S L
Decimal 219 80 254 0.14 0.69 0 0.00 287.93 0.99 0.65
Hex DB 50 FE E 45 0 0 120 63 41
Octal 333 120 376 16 105 0 0 440 143 101
Binary 11011011 1010000 11111110 1110 1000101 0 0 100100000 1100011 1000001

Color Harmonies of #DB50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50FE

Black with #DB50FE

Text Example


Text Example

White with #DB50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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