Html Css Color HEX #DB73F9 Heliotrope

📋 copy color: '#DB73F9'

red 219 ◦ green 115 ◦ blue 249

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

Shades of Heliotrope #DB73F9

Tints of Heliotrope #DB73F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.71%

R = 37.56%
G = 19.73%
B = 42.71%

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

#DB73F9 (or 0xDB73F9) is known color: Heliotrope. HEX triplet: DB, 73 and F9. RGB value is (219,115,249). Sum of RGB (Red+Green+Blue) = 219+115+249=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 115 (45.31% from 255 or 19.73% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB73F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73F9 is #248C06. Grayscale: #A0A0A0. Windows color (decimal): -2395143 or 16348123. OLE color: 16348123.

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

Color convert

RGB 219 115 249 -
CMYK 0.12 0.54 0 0.02
HSL 286.57º 0.92% 0.71% -
HSV(B) 286.57º 0.54% 0.98% -
XYZ 52.44 34.16 93.45 -
YUV 161.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 219 115 249 0.12 0.54 0 0.02 286.57 0.92 0.71
Hex DB 73 F9 C 36 0 2 11F 5C 47
Octal 333 163 371 14 66 0 2 437 134 107
Binary 11011011 1110011 11111001 1100 110110 0 10 100011111 1011100 1000111

Color Harmonies of #DB73F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73F9

Black with #DB73F9

Text Example


Text Example

White with #DB73F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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