Html Css Color HEX #DB73EC Heliotrope

📋 copy color: '#DB73EC'

red 219 ◦ green 115 ◦ blue 236

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

Shades of Heliotrope #DB73EC

Tints of Heliotrope #DB73EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.4%

R = 38.42%
G = 20.18%
B = 41.4%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB73EC (or 0xDB73EC) is known color: Heliotrope. HEX triplet: DB, 73 and EC. RGB value is (219,115,236). Sum of RGB (Red+Green+Blue) = 219+115+236=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB73EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73EC is #248C13. Grayscale: #9F9F9F. Windows color (decimal): -2395156 or 15496155. OLE color: 15496155.

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

Color convert

RGB 219 115 236 -
CMYK 0.07 0.51 0 0.07
HSL 291.57º 0.76% 0.69% -
HSV(B) 291.57º 0.51% 0.93% -
XYZ 50.48 33.38 83.14 -
YUV 159.89 170.96 170.16 -
System Red Green Blue C M Y K H S L
Decimal 219 115 236 0.07 0.51 0 0.07 291.57 0.76 0.69
Hex DB 73 EC 7 33 0 7 124 4C 45
Octal 333 163 354 7 63 0 7 444 114 105
Binary 11011011 1110011 11101100 111 110011 0 111 100100100 1001100 1000101

Color Harmonies of #DB73EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73EC

Black with #DB73EC

Text Example


Text Example

White with #DB73EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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