Html Css Color HEX #DB73FE Heliotrope

📋 copy color: '#DB73FE'

red 219 ◦ green 115 ◦ blue 254

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

Shades of Heliotrope #DB73FE

Tints of Heliotrope #DB73FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 37.24%
G = 19.56%
B = 43.2%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB73FE (or 0xDB73FE) is known color: Heliotrope. HEX triplet: DB, 73 and FE. RGB value is (219,115,254). Sum of RGB (Red+Green+Blue) = 219+115+254=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73FE is #248C01. Grayscale: #A1A1A1. Windows color (decimal): -2395138 or 16675803. OLE color: 16675803.

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

Color convert

RGB 219 115 254 -
CMYK 0.14 0.55 0 0.00
HSL 284.89º 0.99% 0.72% -
HSV(B) 284.89º 0.55% 1% -
XYZ 53.23 34.48 97.62 -
YUV 161.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 219 115 254 0.14 0.55 0 0.00 284.89 0.99 0.72
Hex DB 73 FE E 37 0 0 11D 63 48
Octal 333 163 376 16 67 0 0 435 143 110
Binary 11011011 1110011 11111110 1110 110111 0 0 100011101 1100011 1001000

Color Harmonies of #DB73FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73FE

Black with #DB73FE

Text Example


Text Example

White with #DB73FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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