Html Css Color HEX #DB49FF Heliotrope

📋 copy color: '#DB49FF'

red 219 ◦ green 73 ◦ blue 255

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

Shades of Heliotrope #DB49FF

Tints of Heliotrope #DB49FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.62%

R = 40.04%
G = 13.35%
B = 46.62%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB49FF (or 0xDB49FF) is known color: Heliotrope. HEX triplet: DB, 49 and FF. RGB value is (219,73,255). Sum of RGB (Red+Green+Blue) = 219+73+255=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 73 (28.91% from 255 or 13.35% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB49FF is #24B600. Grayscale: #888888. Windows color (decimal): -2405889 or 16730587. OLE color: 16730587.

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

Color convert

RGB 219 73 255 -
CMYK 0.14 0.71 0 0
HSL 288.13º 1% 0.64% -
HSV(B) 288.13º 0.71% 1% -
XYZ 49.65 27.05 97.21 -
YUV 137.4 194.37 186.2 -
System Red Green Blue C M Y K H S L
Decimal 219 73 255 0.14 0.71 0 0 288.13 1 0.64
Hex DB 49 FF E 47 0 0 120 64 40
Octal 333 111 377 16 107 0 0 440 144 100
Binary 11011011 1001001 11111111 1110 1000111 0 0 100100000 1100100 1000000

Color Harmonies of #DB49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49FF

Black with #DB49FF

Text Example


Text Example

White with #DB49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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