Html Css Color HEX #DB50FF Heliotrope

📋 copy color: '#DB50FF'

red 219 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #DB50FF

Tints of Heliotrope #DB50FF

RGB

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

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

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

R = 39.53%
G = 14.44%
B = 46.03%

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

#DB50FF (or 0xDB50FF) is known color: Heliotrope. HEX triplet: DB, 50 and FF. RGB value is (219,80,255). Sum of RGB (Red+Green+Blue) = 219+80+255=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 80 (31.64% from 255 or 14.44% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB50FF is #24AF00. Grayscale: #8C8C8C. Windows color (decimal): -2404097 or 16732379. OLE color: 16732379.

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

Color convert

RGB 219 80 255 -
CMYK 0.14 0.69 0 0
HSL 287.66º 1% 0.66% -
HSV(B) 287.66º 0.69% 1% -
XYZ 50.13 28.02 97.37 -
YUV 141.51 192.05 183.27 -
System Red Green Blue C M Y K H S L
Decimal 219 80 255 0.14 0.69 0 0 287.66 1 0.66
Hex DB 50 FF E 45 0 0 120 64 42
Octal 333 120 377 16 105 0 0 440 144 102
Binary 11011011 1010000 11111111 1110 1000101 0 0 100100000 1100100 1000010

Color Harmonies of #DB50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50FF

Black with #DB50FF

Text Example


Text Example

White with #DB50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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