Html Css Color HEX #DB73FA Heliotrope

📋 copy color: '#DB73FA'

red 219 ◦ green 115 ◦ blue 250

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

Shades of Heliotrope #DB73FA

Tints of Heliotrope #DB73FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.69%

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

R = 37.5%
G = 19.69%
B = 42.81%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB73FA (or 0xDB73FA) is known color: Heliotrope. HEX triplet: DB, 73 and FA. RGB value is (219,115,250). Sum of RGB (Red+Green+Blue) = 219+115+250=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 115 (45.31% from 255 or 19.69% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB73FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73FA is #248C05. Grayscale: #A1A1A1. Windows color (decimal): -2395142 or 16413659. OLE color: 16413659.

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

Color convert

RGB 219 115 250 -
CMYK 0.12 0.54 0 0.02
HSL 286.22º 0.93% 0.72% -
HSV(B) 286.22º 0.54% 0.98% -
XYZ 52.6 34.22 94.28 -
YUV 161.49 177.96 169.02 -
System Red Green Blue C M Y K H S L
Decimal 219 115 250 0.12 0.54 0 0.02 286.22 0.93 0.72
Hex DB 73 FA C 36 0 2 11E 5D 48
Octal 333 163 372 14 66 0 2 436 135 110
Binary 11011011 1110011 11111010 1100 110110 0 10 100011110 1011101 1001000

Color Harmonies of #DB73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73FA

Black with #DB73FA

Text Example


Text Example

White with #DB73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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