Html Css Color HEX #DB73EE Heliotrope

📋 copy color: '#DB73EE'

red 219 ◦ green 115 ◦ blue 238

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

Shades of Heliotrope #DB73EE

Tints of Heliotrope #DB73EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.61%

R = 38.29%
G = 20.1%
B = 41.61%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB73EE (or 0xDB73EE) is known color: Heliotrope. HEX triplet: DB, 73 and EE. RGB value is (219,115,238). Sum of RGB (Red+Green+Blue) = 219+115+238=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 115 (45.31% from 255 or 20.10% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73EE is #248C11. Grayscale: #9F9F9F. Windows color (decimal): -2395154 or 15627227. OLE color: 15627227.

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

Color convert

RGB 219 115 238 -
CMYK 0.08 0.52 0 0.07
HSL 290.73º 0.78% 0.69% -
HSV(B) 290.73º 0.52% 0.93% -
XYZ 50.78 33.49 84.68 -
YUV 160.12 171.96 170 -
System Red Green Blue C M Y K H S L
Decimal 219 115 238 0.08 0.52 0 0.07 290.73 0.78 0.69
Hex DB 73 EE 8 34 0 7 123 4E 45
Octal 333 163 356 10 64 0 7 443 116 105
Binary 11011011 1110011 11101110 1000 110100 0 111 100100011 1001110 1000101

Color Harmonies of #DB73EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73EE

Black with #DB73EE

Text Example


Text Example

White with #DB73EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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