Html Css Color HEX #DB73FC Heliotrope

📋 copy color: '#DB73FC'

red 219 ◦ green 115 ◦ blue 252

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

Shades of Heliotrope #DB73FC

Tints of Heliotrope #DB73FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43%

R = 37.37%
G = 19.62%
B = 43%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB73FC (or 0xDB73FC) is known color: Heliotrope. HEX triplet: DB, 73 and FC. RGB value is (219,115,252). Sum of RGB (Red+Green+Blue) = 219+115+252=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB73FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73FC is #248C03. Grayscale: #A1A1A1. Windows color (decimal): -2395140 or 16544731. OLE color: 16544731.

HSL color Cylindrical-coordinate representation of color #DB73FC: hue angle of 285.55º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB73FC is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 115 252 -
CMYK 0.13 0.54 0 0.01
HSL 285.55º 0.96% 0.72% -
HSV(B) 285.55º 0.54% 0.99% -
XYZ 52.91 34.35 95.94 -
YUV 161.71 178.96 168.86 -
System Red Green Blue C M Y K H S L
Decimal 219 115 252 0.13 0.54 0 0.01 285.55 0.96 0.72
Hex DB 73 FC D 36 0 1 11E 60 48
Octal 333 163 374 15 66 0 1 436 140 110
Binary 11011011 1110011 11111100 1101 110110 0 1 100011110 1100000 1001000

Color Harmonies of #DB73FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73FC

Black with #DB73FC

Text Example


Text Example

White with #DB73FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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