Html Css Color HEX #DB73EF Heliotrope

📋 copy color: '#DB73EF'

red 219 ◦ green 115 ◦ blue 239

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

Shades of Heliotrope #DB73EF

Tints of Heliotrope #DB73EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.71%

R = 38.22%
G = 20.07%
B = 41.71%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB73EF (or 0xDB73EF) is known color: Heliotrope. HEX triplet: DB, 73 and EF. RGB value is (219,115,239). Sum of RGB (Red+Green+Blue) = 219+115+239=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB73EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73EF is #248C10. Grayscale: #9F9F9F. Windows color (decimal): -2395153 or 15692763. OLE color: 15692763.

HSL color Cylindrical-coordinate representation of color #DB73EF: hue angle of 290.32º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB73EF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 115 239 -
CMYK 0.08 0.52 0 0.06
HSL 290.32º 0.79% 0.69% -
HSV(B) 290.32º 0.52% 0.94% -
XYZ 50.92 33.55 85.45 -
YUV 160.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 219 115 239 0.08 0.52 0 0.06 290.32 0.79 0.69
Hex DB 73 EF 8 34 0 6 122 4F 45
Octal 333 163 357 10 64 0 6 442 117 105
Binary 11011011 1110011 11101111 1000 110100 0 110 100100010 1001111 1000101

Color Harmonies of #DB73EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73EF

Black with #DB73EF

Text Example


Text Example

White with #DB73EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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