Html Css Color HEX #DB49FE Heliotrope

📋 copy color: '#DB49FE'

red 219 ◦ green 73 ◦ blue 254

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

Shades of Heliotrope #DB49FE

Tints of Heliotrope #DB49FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 40.11%
G = 13.37%
B = 46.52%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB49FE (or 0xDB49FE) is known color: Heliotrope. HEX triplet: DB, 49 and FE. RGB value is (219,73,254). Sum of RGB (Red+Green+Blue) = 219+73+254=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 73 (28.91% from 255 or 13.37% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB49FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB49FE is #24B601. Grayscale: #888888. Windows color (decimal): -2405890 or 16665051. OLE color: 16665051.

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

Color convert

RGB 219 73 254 -
CMYK 0.14 0.71 0 0.00
HSL 288.4º 0.99% 0.64% -
HSV(B) 288.4º 0.71% 1% -
XYZ 49.49 26.98 96.37 -
YUV 137.29 193.87 186.28 -
System Red Green Blue C M Y K H S L
Decimal 219 73 254 0.14 0.71 0 0.00 288.4 0.99 0.64
Hex DB 49 FE E 47 0 0 120 63 40
Octal 333 111 376 16 107 0 0 440 143 100
Binary 11011011 1001001 11111110 1110 1000111 0 0 100100000 1100011 1000000

Color Harmonies of #DB49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49FE

Black with #DB49FE

Text Example


Text Example

White with #DB49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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