Html Css Color HEX #DB50FA Heliotrope

📋 copy color: '#DB50FA'

red 219 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #DB50FA

Tints of Heliotrope #DB50FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 39.89%
G = 14.57%
B = 45.54%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB50FA (or 0xDB50FA) is known color: Heliotrope. HEX triplet: DB, 50 and FA. RGB value is (219,80,250). Sum of RGB (Red+Green+Blue) = 219+80+250=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB50FA is #24AF05. Grayscale: #8C8C8C. Windows color (decimal): -2404102 or 16404699. OLE color: 16404699.

HSL color Cylindrical-coordinate representation of color #DB50FA: hue angle of 289.06º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB50FA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 80 250 -
CMYK 0.12 0.68 0 0.02
HSL 289.06º 0.94% 0.65% -
HSV(B) 289.06º 0.68% 0.98% -
XYZ 49.34 27.7 93.19 -
YUV 140.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 219 80 250 0.12 0.68 0 0.02 289.06 0.94 0.65
Hex DB 50 FA C 44 0 2 121 5E 41
Octal 333 120 372 14 104 0 2 441 136 101
Binary 11011011 1010000 11111010 1100 1000100 0 10 100100001 1011110 1000001

Color Harmonies of #DB50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50FA

Black with #DB50FA

Text Example


Text Example

White with #DB50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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