Html Css Color HEX #DB73F1 Heliotrope

📋 copy color: '#DB73F1'

red 219 ◦ green 115 ◦ blue 241

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

Shades of Heliotrope #DB73F1

Tints of Heliotrope #DB73F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.91%

R = 38.09%
G = 20%
B = 41.91%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB73F1 (or 0xDB73F1) is known color: Heliotrope. HEX triplet: DB, 73 and F1. RGB value is (219,115,241). Sum of RGB (Red+Green+Blue) = 219+115+241=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB73F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73F1 is #248C0E. Grayscale: #A0A0A0. Windows color (decimal): -2395151 or 15823835. OLE color: 15823835.

HSL color Cylindrical-coordinate representation of color #DB73F1: hue angle of 289.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB73F1 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 115 241 -
CMYK 0.09 0.52 0 0.05
HSL 289.52º 0.82% 0.7% -
HSV(B) 289.52º 0.52% 0.95% -
XYZ 51.22 33.67 87.02 -
YUV 160.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 219 115 241 0.09 0.52 0 0.05 289.52 0.82 0.7
Hex DB 73 F1 9 34 0 5 122 52 46
Octal 333 163 361 11 64 0 5 442 122 106
Binary 11011011 1110011 11110001 1001 110100 0 101 100100010 1010010 1000110

Color Harmonies of #DB73F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73F1

Black with #DB73F1

Text Example


Text Example

White with #DB73F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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