Html Css Color HEX #DB73EA Heliotrope

📋 copy color: '#DB73EA'

red 219 ◦ green 115 ◦ blue 234

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

Shades of Heliotrope #DB73EA

Tints of Heliotrope #DB73EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 38.56%
G = 20.25%
B = 41.2%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB73EA (or 0xDB73EA) is known color: Heliotrope. HEX triplet: DB, 73 and EA. RGB value is (219,115,234). Sum of RGB (Red+Green+Blue) = 219+115+234=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB73EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73EA is #248C15. Grayscale: #9F9F9F. Windows color (decimal): -2395158 or 15365083. OLE color: 15365083.

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

Color convert

RGB 219 115 234 -
CMYK 0.06 0.51 0 0.08
HSL 292.44º 0.74% 0.68% -
HSV(B) 292.44º 0.51% 0.92% -
XYZ 50.2 33.26 81.62 -
YUV 159.66 169.96 170.32 -
System Red Green Blue C M Y K H S L
Decimal 219 115 234 0.06 0.51 0 0.08 292.44 0.74 0.68
Hex DB 73 EA 6 33 0 8 124 4A 44
Octal 333 163 352 6 63 0 10 444 112 104
Binary 11011011 1110011 11101010 110 110011 0 1000 100100100 1001010 1000100

Color Harmonies of #DB73EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73EA

Black with #DB73EA

Text Example


Text Example

White with #DB73EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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