Html Css Color HEX #DB49FB Heliotrope

📋 copy color: '#DB49FB'

red 219 ◦ green 73 ◦ blue 251

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

Shades of Heliotrope #DB49FB

Tints of Heliotrope #DB49FB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.44%

 BLUE value IS 251 (98.44% from 255) = 46.22%

R = 40.33%
G = 13.44%
B = 46.22%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB49FB (or 0xDB49FB) is known color: Heliotrope. HEX triplet: DB, 49 and FB. RGB value is (219,73,251). Sum of RGB (Red+Green+Blue) = 219+73+251=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 73 (28.91% from 255 or 13.44% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB49FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB49FB is #24B604. Grayscale: #888888. Windows color (decimal): -2405893 or 16468443. OLE color: 16468443.

HSL color Cylindrical-coordinate representation of color #DB49FB: hue angle of 289.21º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB49FB is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 73 251 -
CMYK 0.13 0.71 0 0.02
HSL 289.21º 0.96% 0.64% -
HSV(B) 289.21º 0.71% 0.98% -
XYZ 49.01 26.79 93.85 -
YUV 136.95 192.37 186.53 -
System Red Green Blue C M Y K H S L
Decimal 219 73 251 0.13 0.71 0 0.02 289.21 0.96 0.64
Hex DB 49 FB D 47 0 2 121 60 40
Octal 333 111 373 15 107 0 2 441 140 100
Binary 11011011 1001001 11111011 1101 1000111 0 10 100100001 1100000 1000000

Color Harmonies of #DB49FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49FB

Black with #DB49FB

Text Example


Text Example

White with #DB49FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49FB; }

 p { color: rgb(219,73,251); }

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

background-color css

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

 a { background-color: rgb(219,73,251); }

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

border-color css

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

 span { border-color: rgb(219,73,251); }

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