Html Css Color HEX #DB73EB Heliotrope

📋 copy color: '#DB73EB'

red 219 ◦ green 115 ◦ blue 235

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

Shades of Heliotrope #DB73EB

Tints of Heliotrope #DB73EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 38.49%
G = 20.21%
B = 41.3%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB73EB (or 0xDB73EB) is known color: Heliotrope. HEX triplet: DB, 73 and EB. RGB value is (219,115,235). Sum of RGB (Red+Green+Blue) = 219+115+235=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB73EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73EB is #248C14. Grayscale: #9F9F9F. Windows color (decimal): -2395157 or 15430619. OLE color: 15430619.

HSL color Cylindrical-coordinate representation of color #DB73EB: hue angle of 292º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB73EB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 115 235 -
CMYK 0.07 0.51 0 0.08
HSL 292º 0.75% 0.69% -
HSV(B) 292º 0.51% 0.92% -
XYZ 50.34 33.32 82.38 -
YUV 159.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 219 115 235 0.07 0.51 0 0.08 292 0.75 0.69
Hex DB 73 EB 7 33 0 8 124 4B 45
Octal 333 163 353 7 63 0 10 444 113 105
Binary 11011011 1110011 11101011 111 110011 0 1000 100100100 1001011 1000101

Color Harmonies of #DB73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73EB

Black with #DB73EB

Text Example


Text Example

White with #DB73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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